We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6477ea2 commit c2249c4Copy full SHA for c2249c4
.buildkite/scripts/install_macos_tools.sh
@@ -70,7 +70,7 @@ with_go() {
70
create_workspace
71
retry 5 curl -sL -o "${BIN}/gvm" "https://github.com/andrewkroh/gvm/releases/download/${SETUP_GVM_VERSION}/gvm-${PLATFORM_TYPE_LOWERCASE}-${GO_ARCH_TYPE}"
72
chmod +x "${BIN}/gvm"
73
- eval "$(gvm $GO_VERSION)"
+ eval "$(gvm --url=https://go.dev/dl $GO_VERSION)"
74
go version
75
which go
76
local go_path="$(go env GOPATH):$(go env GOPATH)/bin"
0 commit comments