~ruther/guix-local

eff0cdd28f7fc642c769534c2806c7bade205af9 — Sharlatan Hellseher 2 years ago 82dacb4
gnu: go-staticcheck: Fix build.

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

Change-Id: Ic4550e063326d19247098f0713002359a4cc2750
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/golang-check.scm
M gnu/packages/golang-check.scm => gnu/packages/golang-check.scm +1 -1
@@ 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))