[release-4.15] OCPBUGS-87467: Syncing CI Build Root image tag and go version in go.mod with …#413
[release-4.15] OCPBUGS-87467: Syncing CI Build Root image tag and go version in go.mod with …#413sunku5494 wants to merge 1 commit into
Conversation
|
@sunku5494: This pull request references Jira Issue OCPBUGS-87467, 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. |
|
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 |
…ART 4.15 stream Signed-off-by: Venkata Charan Sunku <vsunku@redhat.com>
|
@sunku5494: The following test failed, say
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. |
…ART 4.15 stream
What this PR does / why we need it:
Updated the CI Build Root image tag for the 4.15 branch to align with Golang builder version 1.20 from the ART 4.15 stream.
Also go version in go.mod is also updated to 1.20 considering there is no harm in bumping it as go support backport compatibility and didn't see potential issues with it.
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):