guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit cddf6f92099c76bdf7d8ef6e09264e7859a33c5d
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon Jun 2 08:57:28 2025 +0900
gnu: go: Update to 1.24 for building packages.
* gnu/packages/golang.scm (go): Update to 1.24.
Change-Id: I036d768405d9c757c0a068d977c1633aaa41d8cd
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3f79d9862e..1a86c49dc0 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1048,7 +1048,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
;;
;; Default Golang version used in guix/build-system/go.scm to build packages.
;;
-(define-public go go-1.21)
+(define-public go go-1.24)
(define make-go-std
(mlambdaq (go)