guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit fe2800b90bac139ac1c6df1c64d0c75722d8e8c0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Jan 10 16:19:56 2026 +0000
gnu: go-1.24: Update to 1.24.11.
* gnu/packages/golang.scm (go-1.24): Update to 1.24.11.
Change-Id: Ia56b693579aa8d69936b3f7e3aaa0b96ceca4c83
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3c62f06025..d921240e81 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1076,7 +1076,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(package
(inherit go-1.22)
(name "go")
- (version "1.24.3")
+ (version "1.24.11")
(source
(origin
(method git-fetch)
@@ -1085,7 +1085,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1b24pdsxrarw22gffv85sghpgvgamafvwwrvvhmyv3hqf89m97zk"))))
+ (base32 "1x41gipd0si307kazivsbmqx6kc96w76fsiglxlay7x8k1ig7rh4"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.22)
((#:phases phases)