guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit cf458a11aca911c5c8022cd681865dd58a108e13
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 1 16:43:46 2026 +0000

    gnu: go-github-com-imdario-mergo: Use default go.
    
    * gnu/packages/golang-xyz.scm (go-github-com-imdario-mergo)[arguments]
    <go>: Use default (1.24).
    <test-flags>: Do not vet during tests.
    
    Change-Id: I8e14167f36668fa2f996accff279600eeb4599a5
---
 gnu/packages/golang-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index cc526da96c..9338638d2d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -13022,8 +13022,9 @@ ABI}.")
      (name "go-github-com-imdario-mergo")
      (arguments
       (list
-       #:go go-1.23
        #:import-path "github.com/imdario/mergo"
+       #:test-flags
+       #~(list "-vet=off")
        #:phases
        #~(modify-phases %standard-phases
            (add-after 'unpack 'fix-import-path

Reply via email to