Skip to content

Commit 89ca869

Browse files
authored
ci(gvm): use a different URL (#5730) (#5732)
1 parent 7f109d9 commit 89ca869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/scripts/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ with_go() {
4545
SETUP_GVM_VERSION=v0.5.2
4646
retry 5 curl -sL -o ${WORKSPACE}/gvm "https://github.com/andrewkroh/gvm/releases/download/${SETUP_GVM_VERSION}/gvm-${platform_type}-${arch_type}"
4747
chmod +x ${WORKSPACE}/gvm
48-
eval "$(gvm $(cat .go-version))"
48+
eval "$(gvm --url=https://go.dev/dl $(cat .go-version))"
4949
go version
5050
which go
5151
export PATH="${PATH}:$(go env GOPATH):$(go env GOPATH)/bin"

0 commit comments

Comments
 (0)