Skip to content

Commit cf27533

Browse files
Update gvm version used in buildkite to v0.6.0 (#372)
1 parent 5c74360 commit cf27533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.buildkite/hooks/pre-command.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $env:GO_VERSION = Get-Content -Path .go-version
22

33
# Install gvm and go
44
# TODO: Move GVM download to the base VM image
5-
$env:GvmVersion = "0.5.2"
5+
$env:GvmVersion = "0.6.0"
66
[Net.ServicePointManager]::SecurityProtocol = "tls12"
77
$env:GoVersion = Get-Content -Path .go-version
88
Invoke-WebRequest -URI https://github.com/andrewkroh/gvm/releases/download/v$env:GvmVersion/gvm-windows-amd64.exe -Outfile C:\Windows\System32\gvm.exe

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
22
env:
33
SETUP_MAGE_VERSION: '1.14.0'
4-
SETUP_GVM_VERSION: 'v0.5.0'
4+
SETUP_GVM_VERSION: 'v0.6.0'
55

66
steps:
77
- label: ":buildkite: Lint"

0 commit comments

Comments
 (0)