Update Go builder from 1.24 to 1.25 for cluster-logging-operator release 6.4#79819
Conversation
|
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 PR updates the Go builder image version used for the cluster-logging operator release 6.4 from Go 1.24 to Go 1.25. Two configuration fields— ChangesGo 1.25 Builder Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
🚥 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 |
|
[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: |
|
Actionable comments posted: 0 |
|
/pj-rehearse pull-ci-openshift-cluster-logging-operator-release-6.4-images |
|
@jcantrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/approve |
|
/pj-rehearse ack |
|
@jcantrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jcantrill, vparfonov 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 |
15c357f
into
openshift:main
Update Go builder from 1.24 to 1.25 for cluster-logging-operator release 6.4
releted to:
Summary by CodeRabbit
This PR updates the CI/build configuration for the cluster-logging-operator release 6.4 branch to use Go 1.25 instead of Go 1.24. Specifically, it modifies the
ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-6.4.yamlfile to update:rhel-9-golang-1.24-openshift-4.21torhel-9-golang-1.25-openshift-4.21in two places:base_images.go_builder.tagfield (used as the builder image for compilation)build_root.image_stream_tag.tagfield (used as the root image for the build environment)This ensures that CI builds for cluster-logging-operator release 6.4 will use the newer Go 1.25 compiler and runtime. The change is minimal and focused, affecting only the Go version configuration for this specific release branch's build pipeline.