Update rosa-e2e CI build image to Go 1.26#81350
Conversation
Dependabot dependency bumps require go >= 1.26.0 but the CI build image only has Go 1.24.11, causing all presubmit checks to fail. Update from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23 across all 11 CI configs.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (11)
WalkthroughThis PR updates the ChangesBuild Root Image Tag Bump
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 73 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@dustman9000: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/pj-rehearse ack |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000, jfrazierRedHat The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Match the CI build image update (openshift/release#81350) so Dependabot dependency bumps requiring go >= 1.26 can pass CI. Update both go.mod and Containerfile base image from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23.
Match the CI build image update (openshift/release#81350) so Dependabot dependency bumps requiring go >= 1.26 can pass CI. Update both go.mod and Containerfile base image from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23.
Dependabot dependency bumps require go >= 1.26.0 but the CI build image only has Go 1.24.11, causing all presubmit checks to fail. Update from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23 across all 11 CI configs.
Dependabot dependency bumps require go >= 1.26.0 but the CI build image only has Go 1.24.11, causing all presubmit checks to fail. Update from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23 across all 11 CI configs.
Dependabot dependency bumps require go >= 1.26.0 but the CI build image only has Go 1.24.11, causing all presubmit checks to fail. Update from rhel-9-golang-1.24-openshift-4.22 to rhel-9-golang-1.26-openshift-4.23 across all 11 CI configs.
Summary
rhel-9-golang-1.24-openshift-4.22torhel-9-golang-1.26-openshift-4.23across all 11 CI operator configs.go >= 1.26.0, causing all presubmit checks to fail withgo: go.mod requires go >= 1.26.0 (running go 1.24.11; GOTOOLCHAIN=local).Test plan
Summary by CodeRabbit
Updated the ROSA E2E OpenShift CI configurations to use the Go 1.26 build image (
rhel-9-golang-1.26-openshift-4.23) instead of the older Go 1.24 image across all affected presubmit and periodic jobs. This aligns the CI environment with newer dependency requirements from Dependabot updates and should prevent the failing checks caused by the previous Go version.