Update must-gather-clean CI to Go 1.25#80514
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
WalkthroughThree CI operator configuration files for ChangesBuild root Golang version bump for must-gather-clean
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/lgtm |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: neha037, tjungblu 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 |
|
@neha037: 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. |
Summary
rhel-9-release-golang-1.21-openshift-4.18torhel-9-release-golang-1.23-openshift-4.18for must-gather-clean main, release-5.0, and release-5.1 branches.Companion PR: openshift/must-gather-clean#120
Summary by CodeRabbit
This pull request updates the OpenShift CI configuration for the
must-gather-cleanproject, changing the “make build” job’s builder (build root) image stream tag used by theci-operatorsetup.Across the three branches (main, release-5.0, release-5.1), it switches the build root from the RHEL 9 / OpenShift 4.18 Go 1.21 image to the RHEL 9 / OpenShift 4.22 Go 1.25 image by updating
build_root.image_stream_tag.tagin:ci-operator/config/openshift/must-gather-clean/openshift-must-gather-clean-main.yamlci-operator/config/openshift/must-gather-clean/openshift-must-gather-clean-release-5.0.yamlci-operator/config/openshift/must-gather-clean/openshift-must-gather-clean-release-5.1.yamlSpecifically, the tag is updated to
rhel-9-release-golang-1.25-openshift-4.22.Note: There’s a version mismatch to verify—this change is to Go 1.25 per the updated configuration and the commit message (“Update must-gather-clean CI to Go 1.25”), while the PR description/title indicates Go 1.23.