guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: go-staticcheck: Fix build.


From: guix-commits
Subject: 02/05: gnu: go-staticcheck: Fix build.
Date: Thu, 1 Feb 2024 02:53:23 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit eff0cdd28f7fc642c769534c2806c7bade205af9
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Feb 1 07:45:30 2024 +0000

    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(-)

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 @@ 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]