Commit 76d4df0
Force GOTOOLCHAIN=auto so CI can build the go1.25 module graph
The prow build root ships go 1.23 with GOTOOLCHAIN=local, while the
compliance-operator v1.9.0 / k8s v0.35 dependency stack requires go >=
1.25.3, so every lane fails at compile. Override GOTOOLCHAIN in the
Makefile so go downloads the matching toolchain; can be dropped once the
openshift/release build root moves to a golang-1.25 image.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent db231a2 commit 76d4df0
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments