We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a849d9 commit e7eda88Copy full SHA for e7eda88
2 files changed
hack/tools/go.mod
@@ -1,6 +1,6 @@
1
module github.com/ifooth/devcontainer/hack/tools
2
3
-go 1.24
+go 1.25
4
5
// vscode dev
6
tool (
install-virtualenv.sh
@@ -5,7 +5,7 @@ set -ex
export GOPATH=/opt/go
export CGO_ENABLED=0
7
# change go version if upgrade
8
-export GO1_23=go1.23.10
+export GO1_23=go1.23.12
9
export GO1_25=go1.25.0
10
11
go install golang.org/dl/$GO1_23@latest
0 commit comments