guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 75b299934fbd09ac078fbbfab36908b4c4a0f5ff
Author: Yelninei <[email protected]>
AuthorDate: Sat Jan 10 18:22:30 2026 +0000
build-system: go: Update default-gccgo to gccgo@15.
* guix/build-system/go.scm (default-gccgo): Use gccgo-15.
Change-Id: I39129d6de51f62ea8b95cb534ffba095fe926efd
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
guix/build-system/go.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/guix/build-system/go.scm b/guix/build-system/go.scm
index 8c6eed4690..33a6b081e3 100644
--- a/guix/build-system/go.scm
+++ b/guix/build-system/go.scm
@@ -134,7 +134,7 @@ commit hash and its date rather than a proper release tag."
(@* (gnu packages golang) go))
(define (default-gccgo)
- (@* (gnu packages gcc) gccgo-12))
+ (@* (gnu packages gcc) gccgo-15))
(define (make-go-std)
(@* (gnu packages golang) make-go-std))