Skip to content

Commit

Permalink
Update: upgrade golang to 1.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ifooth committed Oct 2, 2024
1 parent cacbdf7 commit 18482c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ mv bin/protoc /opt/go/bin/ && /opt/go/bin/protoc --version
mv include /opt/go/

# Install python uv
export UV_VERSION=0.4.17
export UV_VERSION=0.4.18
wget -q https://github.com/astral-sh/uv/releases/download/${UV_VERSION}/uv-x86_64-unknown-linux-gnu.tar.gz
tar -xf uv-x86_64-unknown-linux-gnu.tar.gz
mv uv-x86_64-unknown-linux-gnu/* /usr/local/bin
Expand Down
2 changes: 1 addition & 1 deletion install-virtualenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export GOPATH=/opt/go
export CGO_ENABLED=0
# change go version if upgrade
export GO1_20=go1.20.14 # 当前版本
export GO1_23=go1.23.1
export GO1_23=go1.23.2

go install golang.org/dl/$GO1_20@latest
go install golang.org/dl/$GO1_23@latest
Expand Down

0 comments on commit 18482c0

Please sign in to comment.