-
Notifications
You must be signed in to change notification settings - Fork 2k
Upgrade golang to 1.25 for backplane-2.11 and main #72651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade golang to 1.25 for backplane-2.11 and main #72651
Conversation
Update golang version to 1.25 for both backplane-2.11 and main branch across: - ocm (backplane-2.11: 1.21→1.25, main: 1.21→1.25) - multicloud-operators-foundation (backplane-2.11: 1.24→1.25, main: 1.24→1.25) - managedcluster-import-controller (backplane-2.11: 1.24→1.25, main: 1.24→1.25) - managed-serviceaccount (backplane-2.11: 1.23→1.25, main: 1.23→1.25) - cluster-proxy (backplane-2.11: 1.23→1.25, main: 1.23→1.25) Files modified: Backplane-2.11: - ci-operator/config/stolostron/ocm/stolostron-ocm-backplane-2.11.yaml - ci-operator/config/stolostron/multicloud-operators-foundation/stolostron-multicloud-operators-foundation-backplane-2.11.yaml - ci-operator/config/stolostron/managedcluster-import-controller/stolostron-managedcluster-import-controller-backplane-2.11.yaml - ci-operator/config/stolostron/managed-serviceaccount/stolostron-managed-serviceaccount-backplane-2.11.yaml - ci-operator/config/stolostron/cluster-proxy/stolostron-cluster-proxy-backplane-2.11.yaml Main: - ci-operator/config/stolostron/ocm/stolostron-ocm-main.yaml - ci-operator/config/stolostron/multicloud-operators-foundation/stolostron-multicloud-operators-foundation-main.yaml - ci-operator/config/stolostron/managedcluster-import-controller/stolostron-managedcluster-import-controller-main.yaml - ci-operator/config/stolostron/managed-serviceaccount/stolostron-managed-serviceaccount-main.yaml - ci-operator/config/stolostron/cluster-proxy/stolostron-cluster-proxy-main.yaml Signed-off-by: Qing Hao <[email protected]>
|
[REHEARSALNOTIFIER]
A total of 55 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: |
|
/pj-rehearse auto-ack |
|
@haoqing0110: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@haoqing0110: 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. |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haoqing0110, qiujian16 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 |
|
I've opened a followup to this. The OCM image was being built with a UBI8 builder, so the bump to Go1.25 came with a UBI9 builder that creates binaries that are not compatible with the current UBI8 base image. |
|
I've closed my PR. Looks like you've already got it handled! 😄 |
Summary
Upgrade golang version to 1.25 for both backplane-2.11 and main branch across multiple repositories.
Changes
Update golang version from various versions (1.21, 1.23, 1.24) to 1.25 for:
Files Modified
Backplane-2.11 (5 files):
Main Branch (5 files):
🤖 Generated with Claude Code