From eff0cdd28f7fc642c769534c2806c7bade205af9 Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Thu, 1 Feb 2024 07:45:30 +0000
Subject: gnu: go-staticcheck: Fix build.

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

Change-Id: Ic4550e063326d19247098f0713002359a4cc2750
---
 gnu/packages/golang-check.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnu/packages/golang-check.scm')

diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index af193fcd26..5ab289d961 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -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))
-- 
cgit v1.2.3