guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 0efdaafcc5d4f1aa2fe52b9016d6cce0a48c5e50
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Aug 26 14:44:22 2026 +0100

    gnu: go: Update to 1.26 for building packages.
    
    * gnu/packages/golang.scm (go): Update to 1.26.
---
 gnu/packages/golang.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index db4304aced9..04b024eddb6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1190,10 +1190,11 @@ in the style of communicating sequential processes 
(@dfn{CSP}).")
 ;; This is a placeholder for the next RC version when it's tagged.
 (define-public go-next
   (deprecated-package "go-next" go-1.27))
+
 ;;
 ;; Default Golang version used in guix/build-system/go.scm to build packages.
 ;;
-(define-public go go-1.25)
+(define-public go go-1.26)
 
 (define make-go-std
   (mlambdaq (go)

Reply via email to