Commit f8151ec
committed
Fix unit-test Prow failure by locking GOTOOLCHAIN to go1.24.0
This prevents Go from auto-downloading Go 1.25.0 minimal toolchain in Prow,
which contains a packaging bug where the 'covdata' tool is missing, causing
'-cover' test builds to fail with 'go: no such tool "covdata"'.
Locking it to go1.24.0 (which matches the go.mod baseline) ensures Go compiles
safely and avoids the bug, even on runners that only have an older Go version.1 parent 512b79b commit f8151ec
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
306 | 306 | | |
307 | 307 | | |
308 | | - | |
| 308 | + | |
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
| |||
0 commit comments