OSAC-360: Update Go version in osac-project installer config#79754
Conversation
|
@adriengentil: This pull request references OSAC-360 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set. DetailsIn response to this: Instructions 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 openshift-eng/jira-lifecycle-plugin repository. |
|
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 (1)
WalkthroughThis pull request updates the OpenShift CI operator build configuration for the osac-installer project, changing the ChangesBuild Image Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 12✅ Passed checks (12 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/cc @omer-vishlitzky |
|
/pj-rehearse |
|
@adriengentil: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. 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: adriengentil, omer-vishlitzky 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 |
|
/pj-rehearse ack |
|
@adriengentil: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
33e14bd
into
openshift:main
Summary by CodeRabbit
This PR updates the Go compiler version used in the OSAC Installer's CI pipeline. Specifically, it modifies the
osac-project-osac-installerCI configuration to use a newer OpenShift build root image: the builder image is upgraded from Go 1.25 with OpenShift 4.21 (rhel-9-release-golang-1.25-openshift-4.21) to Go 1.26 with OpenShift 5.0 (rhel-9-release-golang-1.26-openshift-5.0).This change affects the build environment for all OSAC Installer CI jobs (presubmits, postsubmits, and periodics), ensuring the project builds and tests against the newer Go version and OpenShift runtime.