Skip to content

Commit c2249c4

Browse files
mergify[bot]v1v
andauthored
ci(gvm): use a different URL (#47191) (#47197)
https://storage.googleapis.com/golang/ is not working (cherry picked from commit 2316774) Co-authored-by: Victor Martinez <[email protected]>
1 parent 6477ea2 commit c2249c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/install_macos_tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ with_go() {
7070
create_workspace
7171
retry 5 curl -sL -o "${BIN}/gvm" "https://github.com/andrewkroh/gvm/releases/download/${SETUP_GVM_VERSION}/gvm-${PLATFORM_TYPE_LOWERCASE}-${GO_ARCH_TYPE}"
7272
chmod +x "${BIN}/gvm"
73-
eval "$(gvm $GO_VERSION)"
73+
eval "$(gvm --url=https://go.dev/dl $GO_VERSION)"
7474
go version
7575
which go
7676
local go_path="$(go env GOPATH):$(go env GOPATH)/bin"

0 commit comments

Comments
 (0)