Commit 0aeb022
Fix instaslice-operator build_root to use Go 1.23 (#74385)
PR #74222 changed the build_root image from golang-1.22 to
rhel-8-release-golang-1.22-openshift-4.18, but instaslice-operator
requires Go 1.23 (per go.mod). The rhel-8 image has GOTOOLCHAIN=local
which prevents auto-downloading Go 1.23, causing unit tests to fail with:
go: go.mod requires go >= 1.23.0 (running go 1.22.9; GOTOOLCHAIN=local)
Update to rhel-9-release-golang-1.23-openshift-4.20 which has Go 1.23.
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>1 parent 3c63d1a commit 0aeb022
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- ci-operator/config
- openshift-priv/instaslice-operator
- openshift/instaslice-operator
ci-operator/config/openshift-priv/instaslice-operator/openshift-priv-instaslice-operator-next.yaml
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments