gnu: go-keyify: Fix build.

* gnu/packages/golang-check.scm (go-keyify) [arguments] <#:go>: Swap to
go-20.

Change-Id: Ida1aafbbbf4c6a0ff8104c81b82b66c7ecb64218
This commit is contained in:
Sharlatan Hellseher 2024-02-01 07:42:07 +00:00
parent 1eeeeb8add
commit 82dacb49b2
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -661,7 +661,8 @@ advanced Go linter.")
(inherit go-honnef-co-go-tools)
(name "go-keyify")
(arguments
`(#:import-path "honnef.co/go/tools/cmd/keyify"
`(#:go ,go-1.20
#:import-path "honnef.co/go/tools/cmd/keyify"
#:unpack-path "honnef.co/go/tools"
#:install-source? #f))
(synopsis "Transform an unkeyed struct literal into a keyed one in Go")