guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 50d389848ab1c5479abc04abb4d5795f765f6325
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 21:12:19 2026 +0000
gnu: go-1.26: Update to 1.26.0.
* gnu/packages/golang.scm (go-1.26): Update to 1.26.0.
Change-Id: I20f98681a8954848f55ba63e6fd7edb1fba51437
---
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 e21ee24fd1..8cccbae4f2 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1170,7 +1170,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(package
(inherit go-1.24)
(name "go")
- (version "1.26rc2")
+ (version "1.26.0")
(source
(origin
(method git-fetch)
@@ -1179,7 +1179,7 @@ in the style of communicating sequential processes
(@dfn{CSP}).")
(commit (string-append "go" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1gx9f1904qmryzwcnj7bfah9izwz0b1fzfnd59yvk9ydnpxnrz63"))))
+ (base32 "1n37n62bg2kb39s4a5273lpmqk1n5f5yi6jgfm8m7489j11ay8rl"))))
(arguments
(substitute-keyword-arguments (package-arguments go-1.24)
((#:phases phases)