ROSAENG-61053 | chore: bump ROSA CI build root to Go 1.26#81358
Conversation
Move the openshift/release ci-operator build root for openshift/rosa from the Go 1.25 builder to the Go 1.26 builder so ROSA presubmits run with a toolchain that satisfies the repository's Go 1.26 requirement.
|
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 (5)
WalkthroughUpdates the builder image tag across five ROSA master CI operator configuration files, replacing the previous RHEL/Golang/OpenShift 4.22 tag with a newer RHEL/Golang 1.26/OpenShift 4.23 tag in ChangesBuilder Image Tag Bump
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[REHEARSALNOTIFIER]
A total of 45 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: |
|
Caution Failed to replace (edit) comment. This is likely due to insufficient permissions or the comment being deleted. Error details |
|
/test all |
|
/pj-rehearse ack |
|
@olucasfreitas: 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: hector-vido, olucasfreitas 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 |
694c576
into
openshift:main
Update the ROSA CLI toolchain from Go 1.25.8 to Go 1.26.4 across go.mod, Dockerfiles, and Renovate configuration. Remove the k8s.io/apimachinery < 0.36.0 version pin that was only necessary while the repo was on Go 1.25. Run go fix as part of the Go 1.26 upgrade and keep the verified subset of mechanical updates that passes the repo's format, lint, changed-lines coverage, and unit/integration test gates. Paired with: openshift/release#81358
Update the ROSA CLI toolchain from Go 1.25.8 to Go 1.26.4 across go.mod, Dockerfiles, and Renovate configuration. Remove the k8s.io/apimachinery < 0.36.0 version pin that was only necessary while the repo was on Go 1.25. Run go fix as part of the Go 1.26 upgrade and keep the verified subset of mechanical updates that passes the repo's format, lint, changed-lines coverage, and unit/integration test gates. Paired with: openshift/release#81358
Summary
openshift/rosaci-operator build root fromgolang-1.25-openshift-4.22togolang-1.26-openshift-4.23Test plan
make jobs WHAT=openshift/rosaRelated
Summary by CodeRabbit
This PR updates the ROSA CI configuration in
openshift/releaseto use the Go 1.26 / OpenShift 4.23 build root instead of the previous Go 1.25 / OpenShift 4.22 image. In practical terms, it brings ROSA presubmit and e2e CI jobs onto a toolchain that matches the repository’s Go 1.26 requirement, ensuring the affected ROSA build and test jobs run with the expected runtime and builder images.