Skip to content

Commit 49ab921

Browse files
lmicciniclaude
andcommitted
Fix CI build root base image to provide Go 1.24
The rhel-9-release-golang-1.20-openshift-4.14 base image is a floating tag that was recently rebuilt with Go 1.23, breaking all operators that declare go 1.24.x in go.mod with: invalid go version '1.24.4': must match format 1.23 Update the base image to rhel-9-release-golang-1.24-openshift-4.21 which explicitly provides Go 1.24. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4c11b7d commit 49ab921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

images/build-root/Dockerfile.rhel-9.custom

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.20-openshift-4.14
1+
FROM registry.ci.openshift.org/openshift/release:rhel-9-release-golang-1.24-openshift-4.21
22
ARG SDK_VERSION=v1.31.0
33
ARG KUSTOMIZE_VERSION=v5.0.3
44
ARG YQ_VERSION=v4.44.5

0 commit comments

Comments
 (0)