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 b734609 commit 9f886d8Copy full SHA for 9f886d8
.buildkite/scripts/install_macos_tools.sh
@@ -3,7 +3,7 @@
3
set -euo pipefail
4
5
GO_VERSION=$(cat .go-version)
6
-SETUP_GVM_VERSION="v0.5.1"
+SETUP_GVM_VERSION="v0.6.0"
7
PLATFORM_TYPE_LOWERCASE=$(uname | tr '[:upper:]' '[:lower:]')
8
9
export BIN=${WORKSPACE:-$PWD}/bin
@@ -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 --url=https://go.dev/dl $GO_VERSION)"
+ eval "$(gvm $GO_VERSION)"
74
go version
75
which go
76
local go_path="$(go env GOPATH):$(go env GOPATH)/bin"
0 commit comments