Skip to content

Commit 0aeb022

Browse files
harcheclaude
andauthored
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-priv-instaslice-operator-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build_root:
1515
image_stream_tag:
1616
name: release
1717
namespace: openshift
18-
tag: rhel-8-release-golang-1.22-openshift-4.18
18+
tag: rhel-9-release-golang-1.23-openshift-4.20
1919
canonical_go_repository: github.com/openshift/instaslice-operator
2020
images:
2121
- dockerfile_literal: |

ci-operator/config/openshift/instaslice-operator/openshift-instaslice-operator-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build_root:
1515
image_stream_tag:
1616
name: release
1717
namespace: openshift
18-
tag: rhel-8-release-golang-1.22-openshift-4.18
18+
tag: rhel-9-release-golang-1.23-openshift-4.20
1919
images:
2020
- dockerfile_literal: |
2121
FROM src

0 commit comments

Comments
 (0)