-
Notifications
You must be signed in to change notification settings - Fork 2.8k
WIP: upgrade to go 1.25.3 #35774
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
WIP: upgrade to go 1.25.3 #35774
Conversation
this gets us onto a currently supported go reelase at the latest patch version, 1.25 will require other fixes
these were used by prow & boskos which have been moved out of this repo
(latest 1.x golangci-lint)
we haven't used jenkins for a very long time ...
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
we manage secrets & project infra in github.com/kubernetes/k8s.io now
this was used during the migration to sig k8s infra, which is complete
|
will resume tomorrow, it's a lot of lint issues |
|
@BenTheElder: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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 kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
I'm not going to attempt to fix up this branch as-is, teasing out useful smaller chunks and then will make a fresh go at the bits that have to merge together |
Follow up to #35756
This has been a huge mess of issues to work through, apologies for the size of the PR.
Where possible I have pruned dead code rather than continue to patch it and the dependencies it pulls in.