-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Cluster Autoscaler: OCI SDK is blocking upgrade to go1.24 #8110
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
Comments
cc @jlamillan PTAL |
Ack |
/area cluster-autoscaler |
@atwamahmoud OCI SDK files updated in PR #8117 |
Hey @jlamillan thanks for that I created #8121 in the mean time until we fix this along with other dependencies |
I've submitted a PR to update the OCI SDK and will update if/when it is merged. FYI @atwamahmoud |
The current OCI SDK includes generated code which doesn't follow the new go rule for non-constant format strings.
See: https://tip.golang.org/doc/go1.24#vet & golang/go#60529
We need to update the sdk files to unblock the upgrade but since it's generated code we're unable to.
The files with issues can checked here: https://github.com/kubernetes/autoscaler/actions/runs/13842274906/job/38732401709#step:8:292
The text was updated successfully, but these errors were encountered: