gnu: go-github-com-leonelquinteros-gotext: Fix tests.

* gnu/packages/golang-xyz.scm (go-github-com-leonelquinteros-gotext)
[arguments] <go>: Use default go-1.24. <test-flags>: Skip vet during
tests.

Change-Id: Id85777bcdb5fc35759b47de324b5701e609a354e
This commit is contained in:
Sharlatan Hellseher 2025-09-15 00:29:19 +01:00
parent 12db34cae1
commit bc22406177
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -12703,8 +12703,8 @@ specified by @uref{https://tools.ietf.org/html/rfc2141, IETF RFC 2141}.")
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:import-path "github.com/leonelquinteros/gotext"))
#:import-path "github.com/leonelquinteros/gotext"
#:test-flags #~(list "-vet=off")))
(propagated-inputs
(list go-golang-org-x-tools))
(home-page "https://github.com/leonelquinteros/gotext")