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

commit 9531718caac65cc35a6e5bbb6e56eb18b3ba413d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 1 16:41:47 2026 +0000

    gnu: go-github-com-darccio-mergo: Build default go.
    
    * gnu/packages/golang-xyz.scm (go-github-com-darccio-mergo)[arguments]
    <go>: Use default (1.24).
    <test-flags>: Do not vet during tests.
    
    Change-Id: I35b4452e24a50211fe4d9ba6ee88894463624c43
---
 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 828df20845..cc526da96c 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -7479,8 +7479,9 @@ gist (https://gist.github.com/kballard/272720).")
      (name "go-github-com-darccio-mergo")
      (arguments
       (list
-       #:go go-1.23
        #:import-path "github.com/darccio/mergo"
+       #:test-flags
+       #~(list "-vet=off")
        #:phases
        #~(modify-phases %standard-phases
            (add-after 'unpack 'fix-import-path

Reply via email to