guix_mirror_bot pushed a commit to branch go-team in repository guix. commit b7d1efa1f5ab6e8423a7e05c43949c4918f7e459 Author: Maxim Cournoyer <maxim.courno...@gmail.com> 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 <sharlata...@gmail.com> --- 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 d49a1ed1e6..79bc49a6d2 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -1041,7 +1041,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)