diff --git a/programming/language/go/actions.py b/programming/language/go/actions.py
index 89e4cf4294..c6bdc62de0 100644
--- a/programming/language/go/actions.py
+++ b/programming/language/go/actions.py
@@ -46,6 +46,10 @@ def install():
shelltools.system("cp -r misc %s/usr/lib/go" % get.installDIR())
+ pisitools.insinto("/usr/lib/go", "go.env")
+ pisitools.insinto("/usr/lib/go", "VERSION")
+ pisitools.dosed("%s/usr/lib/go/go.env" % get.installDIR() , "auto", "local")
+
#pisitools.removeDir("/usr/lib/go/pkg/bootstrap")
# remove testdata, which hit cave fix-linkage
diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml
index fc3473a363..a38e1d5604 100644
--- a/programming/language/go/pspec.xml
+++ b/programming/language/go/pspec.xml
@@ -13,10 +13,10 @@
app:console
Compiler and tools for the Go programming language from Google
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
- https://github.com/golang/go/archive/refs/tags/go1.20.5.tar.gz
+ https://github.com/golang/go/archive/refs/tags/go1.21.1.tar.gz
- https://go.dev/dl/go1.20.5.linux-amd64.tar.gz
+ https://go.dev/dl/go1.21.1.linux-amd64.tar.gz
@@ -39,6 +39,13 @@
+
+ 2023-09-07
+ 1.21.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-06-08
1.20.5