dev-lang/go: new package, add 1.25.8
This commit is contained in:
parent
3f0f98d27e
commit
386b991030
8 changed files with 349 additions and 0 deletions
13
dev-lang/go/files/go-never-download-newer-toolchains.patch
Normal file
13
dev-lang/go/files/go-never-download-newer-toolchains.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff --git a/go.env b/go.env
|
||||
index 6ff2b921d4..1112a19c9b 100644
|
||||
--- a/go.env
|
||||
+++ b/go.env
|
||||
@@ -7,6 +7,6 @@
|
||||
GOPROXY=https://proxy.golang.org,direct
|
||||
GOSUMDB=sum.golang.org
|
||||
|
||||
-# Automatically download newer toolchains as directed by go.mod files.
|
||||
+# Never download newer toolchains.
|
||||
# See https://go.dev/doc/toolchain for details.
|
||||
-GOTOOLCHAIN=auto
|
||||
+GOTOOLCHAIN=local
|
||||
Loading…
Add table
Add a link
Reference in a new issue