File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
88Invoke-WebRequest - URI https:// github.com / andrewkroh/ gvm/ releases/ download/ v$env: GvmVersion / gvm-windows-amd64.exe - Outfile C:\Windows\System32\gvm.exe
Original file line number Diff line number Diff line change 11# yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
22env :
33 SETUP_MAGE_VERSION : ' 1.14.0'
4- SETUP_GVM_VERSION : ' v0.5 .0'
4+ SETUP_GVM_VERSION : ' v0.6 .0'
55
66steps :
77 - label : " :buildkite: Lint"
You can’t perform that action at this time.
0 commit comments