1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: go-github-com-imdario-mergo: Build with 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
This commit is contained in:
Sharlatan Hellseher
2026-03-01 16:43:46 +00:00
committed by Andreas Enge
parent abc545f847
commit 3cae622b7e

View File

@@ -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