gnu: go-staticcheck: Fix build.

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

Change-Id: Ic4550e063326d19247098f0713002359a4cc2750
This commit is contained in:
Sharlatan Hellseher 2024-02-01 07:45:30 +00:00
parent 82dacb49b2
commit eff0cdd28f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -674,7 +674,7 @@ (define-public go-staticcheck
(inherit go-honnef-co-go-tools)
(name "go-staticcheck")
(arguments
`(#:go ,go-1.18
`(#:go ,go-1.20
#:import-path "honnef.co/go/tools/cmd/staticcheck"
#:unpack-path "honnef.co/go/tools"
#:install-source? #f))