Skip to content

Commit 9f886d8

Browse files
authored
deps: bump gvm dependency to 0.6.0 (#47210) (#47239)
1 parent b734609 commit 9f886d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/scripts/install_macos_tools.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -euo pipefail
44

55
GO_VERSION=$(cat .go-version)
6-
SETUP_GVM_VERSION="v0.5.1"
6+
SETUP_GVM_VERSION="v0.6.0"
77
PLATFORM_TYPE_LOWERCASE=$(uname | tr '[:upper:]' '[:lower:]')
88

99
export BIN=${WORKSPACE:-$PWD}/bin
@@ -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 --url=https://go.dev/dl $GO_VERSION)"
73+
eval "$(gvm $GO_VERSION)"
7474
go version
7575
which go
7676
local go_path="$(go env GOPATH):$(go env GOPATH)/bin"

0 commit comments

Comments
 (0)