[release-4.17] OCPBUGS-91949: Syncing CI Build Root image tag and go version in go.mod with ART 4.17 stream#416
Conversation
…ART 4.17 stream Signed-off-by: Venkata Charan Sunku <vsunku@redhat.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: sunku5494 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@sunku5494: 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. |
|
/retitle [release-4.17] OCPBUGS-91949: Syncing CI Build Root image tag and go version in go.mod with ART 4.17 stream |
|
@sunku5494: This pull request references Jira Issue OCPBUGS-91949, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
…
What this PR does / why we need it:
Updated the CI Build Root image tag for the 4.17 branch to align with Golang builder version 1.22 from the ART 4.17 stream.
Also bumps the Go version in go.mod to 1.22. This toolchain upgrade unblocks critical CVE fixes in our third-party dependencies that require higher Go versions.
Impact: This alignment ensures uniformity between Prow CI testing and ART build/shipment processes by locking them to the same Golang version.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #
Special notes for your reviewer (optional):