Skip to content

Update Go builder from 1.24 to 1.25 for cluster-logging-operator release 6.4#79819

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
vparfonov:go1.25-6.4
May 29, 2026
Merged

Update Go builder from 1.24 to 1.25 for cluster-logging-operator release 6.4#79819
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
vparfonov:go1.25-6.4

Conversation

@vparfonov
Copy link
Copy Markdown
Contributor

@vparfonov vparfonov commented May 28, 2026

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.yaml file to update:

  • The Go builder base image tag from rhel-9-golang-1.24-openshift-4.21 to rhel-9-golang-1.25-openshift-4.21 in two places:
    • The base_images.go_builder.tag field (used as the builder image for compilation)
    • The build_root.image_stream_tag.tag field (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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 144f40ef-15cd-49c9-a53f-0b8d4c59c08d

📥 Commits

Reviewing files that changed from the base of the PR and between d52d13a and fa060fc.

📒 Files selected for processing (1)
  • ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-6.4.yaml

Walkthrough

This 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—base_images.go_builder.tag and build_root.image_stream_tag.tag—are bumped to the corresponding 1.25 builder image tag.

Changes

Go 1.25 Builder Update

Layer / File(s) Summary
Update Go builder version 1.24 to 1.25
ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-release-6.4.yaml
Both base_images.go_builder.tag and build_root.image_stream_tag.tag are updated from rhel-9-golang-1.24-openshift-4.21 to rhel-9-golang-1.25-openshift-4.21.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • openshift/release#79717: Bumps the same Go builder image tag from 1.25 to 1.26 in another configuration.
  • openshift/release#79728: Updates build_root.image_stream_tag builder image from Go 1.24 to 1.25 in another component's CI configuration.
  • openshift/release#79736: Updates RHEL 9 Go builder image tags for a different CI image configuration.

Suggested labels

lgtm, rehearsals-ack

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically identifies the main change: updating the Go builder version from 1.24 to 1.25 for the cluster-logging-operator release 6.4, which matches the actual file modifications.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed This PR modifies only a YAML CI configuration file, not any test files. The repository contains no Ginkgo tests, so the check for stable test names is not applicable.
Test Structure And Quality ✅ Passed PR modifies only a CI/CD configuration YAML file (updating Go builder image tags), not Ginkgo test code. The custom check is not applicable.
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. The changes only update Go builder version tags in CI configuration, which is outside the scope of the MicroShift test compatibility check.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR updates only CI config file (Go builder version). No new Ginkgo e2e tests are added, so SNO compatibility check is not applicable to this PR.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only a CI build configuration file to update Go builder image tags, not deployment manifests or operator code. Topology-aware scheduling check does not apply.
Ote Binary Stdout Contract ✅ Passed PR modifies only CI configuration YAML (Go builder image tags). No executable code or OTE test binaries are changed. Check not applicable to configuration-only changes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only updates Go builder configuration in a YAML file (version 1.24 to 1.25); it adds no Ginkgo e2e tests, so the IPv6/disconnected network compatibility check does not apply.
No-Weak-Crypto ✅ Passed PR only modifies CI/CD YAML configuration to update Go builder version tags; no source code is added, and no weak crypto patterns are present.
Container-Privileges ✅ Passed No privileged container configurations found. PR only updates Go builder image tags (1.24→1.25) in CI config file; contains no K8s manifests or security-sensitive container specs.
No-Sensitive-Data-In-Logs ✅ Passed PR contains only configuration updates to Go builder image tags; no passwords, tokens, API keys, PII, session IDs, internal hostnames, or sensitive data found.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@vparfonov: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-openshift-cluster-logging-operator-release-6.4-ci-index-cluster-logging-operator-bundle openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-release-6.4-e2e-target openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-release-6.4-functional-target openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-release-6.4-images openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-release-6.4-lint openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-release-6.4-unit openshift/cluster-logging-operator presubmit Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 28, 2026

Actionable comments posted: 0

@jcantrill
Copy link
Copy Markdown
Contributor

/pj-rehearse pull-ci-openshift-cluster-logging-operator-release-6.4-images

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@jcantrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@jcantrill
Copy link
Copy Markdown
Contributor

/approve
/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 29, 2026
@jcantrill
Copy link
Copy Markdown
Contributor

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

@jcantrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 29, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 29, 2026

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 29, 2026
@openshift-merge-bot openshift-merge-bot Bot merged commit 15c357f into openshift:main May 29, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants