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 7f109d9 commit 89ca869Copy full SHA for 89ca869
.buildkite/scripts/common.sh
@@ -45,7 +45,7 @@ with_go() {
45
SETUP_GVM_VERSION=v0.5.2
46
retry 5 curl -sL -o ${WORKSPACE}/gvm "https://github.com/andrewkroh/gvm/releases/download/${SETUP_GVM_VERSION}/gvm-${platform_type}-${arch_type}"
47
chmod +x ${WORKSPACE}/gvm
48
- eval "$(gvm $(cat .go-version))"
+ eval "$(gvm --url=https://go.dev/dl $(cat .go-version))"
49
go version
50
which go
51
export PATH="${PATH}:$(go env GOPATH):$(go env GOPATH)/bin"
0 commit comments