Skip to content

Commit 301e21a

Browse files
committed
upgrade go to 1.25.5
1 parent 58d04ec commit 301e21a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

install-virtualenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export GOPATH=/opt/go
66
export CGO_ENABLED=0
77
# change go version if upgrade
88
export GO1_23=go1.23.12
9-
export GO1_25=go1.25.4
9+
export GO1_25=go1.25.5
1010

1111
go install golang.org/dl/$GO1_23@latest
1212
go install golang.org/dl/$GO1_25@latest

root/.vscode-server/data/Machine/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"go.goroot": "/opt/go/sdk/go",
2+
"go.goroot": "/opt/go/sdk/go1",
33
"go.gopath": "/root/.go",
44
"go.toolsEnvVars": {
55
"GOBIN": "/opt/go/bin"

0 commit comments

Comments
 (0)