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

commit e79b4d9ecb96a81d11afc255ec2fb197153b7371
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 00:12:34 2026 +0100

    gnu: go: Update to 1.25 for building packages.
    
    * gnu/packages/golang.scm (go): Update to 1.25.
    
    Change-Id: I0f0adb0c0920e8f058883fffd0fd96588e1f9901
---
 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 a3238b4c55..aad6bbe8eb 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1149,7 +1149,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.24)
+(define-public go go-1.25)
 
 (define make-go-std
   (mlambdaq (go)

Reply via email to