guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 7fa3778d3e5629e2652a3bbf2fbe8b56a328a5a9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Mar 1 16:41:47 2026 +0000
gnu: go-github-com-darccio-mergo: Use 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