Skip to content

Commit

Permalink
fix ci test script
Browse files Browse the repository at this point in the history
  • Loading branch information
xmenxk committed Jul 19, 2024
1 parent 1884edd commit a061eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/internal_ci/run_golang_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ main() {
;;
'darwin')
sudo rm -rf /usr/local/go
curl -O https://dl.google.com/go/go1.12.12.darwin-amd64.tar.gz
curl -O https://dl.google.com/go/go1.21.12.darwin-amd64.tar.gz
tar -xvf go1.21.12.darwin-amd64.tar.gz
sudo mv go /usr/local
export GOROOT=/usr/local/go
Expand Down

0 comments on commit a061eb2

Please sign in to comment.