File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ function install_golang() {
8484 # using sudo because previously installed versions might have been installed by a different user.
8585 # as it was the case on jenkins VM.
8686 sudo rm -rf "$GO_TGZ "
87- curl -qL -O "https://storage.googleapis.com/golang /$GO_TGZ "
87+ curl -qL -O "https://go.dev/dl /$GO_TGZ "
8888 sudo rm -rf "$GO_DIR "
8989 sudo mkdir -p "$GO_DIR "
9090 sudo tar -C "$GO_DIR " --strip-components=1 -xzf "$GO_TGZ "
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ function install_golang() {
8989
9090 # using sudo because previously installed versions might have been installed by a different user.
9191 sudo rm -rf "$GO_TGZ "
92- curl -qL -O "https://storage.googleapis.com/golang /$GO_TGZ "
92+ curl -qL -O "https://go.dev/dl /$GO_TGZ "
9393 sudo rm -rf "$GO_DIR "
9494 sudo mkdir -p "$GO_DIR "
9595 sudo tar -C "$GO_DIR " --strip-components=1 -xzf "$GO_TGZ "
You can’t perform that action at this time.
0 commit comments