From 0efdaafcc5d4f1aa2fe52b9016d6cce0a48c5e50 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Wed, 26 Aug 2026 14:44:22 +0100 Subject: 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(-) (limited to 'gnu') 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) -- cgit v1.2.3