Commit 1ea618b
committed
ci: update gvm to v0.6.0 to fix Go download failures
The CI builds were failing with HTTP 403 errors when downloading Go:
gvm: error: failed downloading from https://storage.googleapis.com/golang/go1.24.7.windows-amd64.zip: download failed with http status 403
See andrewkroh/gvm#117 that describes the issue
on gvm's side.
Tested locally:
$ /tmp/gvm-0.6.0 --version
0.6.0
$ eval "$(/tmp/gvm-0.6.0 1.24.7)" && go version
go version go1.24.7 linux/amd64
Updated gvm version in:
- .buildkite/pipeline.yml (SETUP_GVM_VERSION env var)
- .buildkite/scripts/run-win-tests.ps1 (hardcoded URL)
This aligns with the beats repository configuration.1 parent 8da89ce commit 1ea618b
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments