Skip to content

Commit 1608a77

Browse files
committed
upgrade go to 1.26.1
1 parent 0f5a482 commit 1608a77

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install-virtualenv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ set -ex
55
export GOPATH=/opt/go
66
export CGO_ENABLED=0
77
# change go version if upgrade
8-
export GO1_25=go1.25.7
9-
export GO1_26=go1.26.0
8+
export GO1_25=go1.25.8
9+
export GO1_26=go1.26.1
1010

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

0 commit comments

Comments
 (0)