gnu: go-staticcheck: Fix build.
* gnu/packages/golang-check.scm (go-staticcheck) [arguments] <#:go>: Swap to go-1.20. Change-Id: Ic4550e063326d19247098f0713002359a4cc2750master
parent
82dacb49b2
commit
eff0cdd28f
|
@ -674,7 +674,7 @@ advanced Go linter.")
|
|||
(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))
|
||||
|
|
Reference in New Issue