ovn-kubernetes release-4.21: Update build root image to golang-1.24#75059
ovn-kubernetes release-4.21: Update build root image to golang-1.24#75059ricky-rav wants to merge 1 commit intoopenshift:mainfrom
Conversation
The go.mod on the release-4.21 branch requires go 1.24.0, but the CI build root image was still using rhel-9-release-golang-1.22-openshift-4.19 (Go 1.22.9). This previously worked because the `toolchain go1.24.5` directive in go.mod triggered automatic toolchain download, but a recent change in the base image now sets GOTOOLCHAIN=local, preventing that fallback. Update the build root image to rhel-9-release-golang-1.24-openshift-4.21 to match the Go version required by the branch. Assisted by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Riccardo Ravaioli <rravaiol@redhat.com>
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ricky-rav 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 |
|
[REHEARSALNOTIFIER]
A total of 73 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@ricky-rav: 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. |
|
@jluhrsen the lint job in this 4.21 openshift/ovn-kubernetes PR (openshift/ovn-kubernetes#2984) is failing. We can't run a |
@ricky-rav No, I don't know of a way to do that. Also, I think we want to do it this way instead. |
The go.mod on the release-4.21 branch requires go 1.24.0, but the CI build root image was still using rhel-9-release-golang-1.22-openshift-4.19 (Go 1.22.9). This previously worked because the
toolchain go1.24.5directive in go.mod triggered automatic toolchain download, but a recent change in the base image now sets GOTOOLCHAIN=local, preventing that fallback.Update the build root image to rhel-9-release-golang-1.24-openshift-4.21 to match the Go version required by the branch.