We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d04ec commit 301e21aCopy full SHA for 301e21a
2 files changed
install-virtualenv.sh
@@ -6,7 +6,7 @@ export GOPATH=/opt/go
6
export CGO_ENABLED=0
7
# change go version if upgrade
8
export GO1_23=go1.23.12
9
-export GO1_25=go1.25.4
+export GO1_25=go1.25.5
10
11
go install golang.org/dl/$GO1_23@latest
12
go install golang.org/dl/$GO1_25@latest
root/.vscode-server/data/Machine/settings.json
@@ -1,5 +1,5 @@
1
{
2
- "go.goroot": "/opt/go/sdk/go",
+ "go.goroot": "/opt/go/sdk/go1",
3
"go.gopath": "/root/.go",
4
"go.toolsEnvVars": {
5
"GOBIN": "/opt/go/bin"
0 commit comments