Skip to content

Commit 2d330d1

Browse files
authored
deps: bump gvm dependency to 0.6.0 (#5735) (#5748)
1 parent e2fc49a commit 2d330d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/scripts/common.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ with_go() {
4242
echo "Setting up the Go environment..."
4343
create_workspace
4444
check_platform_architeture
45-
SETUP_GVM_VERSION=v0.5.2
45+
SETUP_GVM_VERSION=v0.6.0
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 --url=https://go.dev/dl $(cat .go-version))"
48+
eval "$(gvm $(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)