dev-lang/go: new package, add 1.25.8

This commit is contained in:
Anton Schubert 2026-03-11 12:12:03 +01:00
parent 3f0f98d27e
commit 386b991030
8 changed files with 349 additions and 0 deletions

View file

@ -0,0 +1,15 @@
diff --git a/go.env b/go.env
index 6ff2b921d4..e8959a72c7 100644
--- a/go.env
+++ b/go.env
@@ -2,6 +2,10 @@
# Values set by 'go env -w' and written to the user's go/env file override these.
# The environment overrides everything else.
+#This can be removed when debugedit is fixed to support dwarf5
+# https://sourceware.org/bugzilla/show_bug.cgi?id=33204
+GOEXPERIMENT=nodwarf5
+
# Use the Go module mirror and checksum database by default.
# See https://proxy.golang.org for details.
GOPROXY=https://proxy.golang.org,direct