diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-03-01 16:43:46 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-18 14:07:29 +0100 |
| commit | 3cae622b7e4dff9217dedce7bf8c3efb2eccdb63 (patch) | |
| tree | 89a9c36e0f79122e4887cb9dd0820a442ef4a5a1 | |
| parent | abc545f847c01de60c091f930eed399ad8b344e9 (diff) | |
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
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index cc526da96c2..9338638d2db 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 |
