-
Notifications
You must be signed in to change notification settings - Fork 254
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
Bump Golang to 1.23 and golangci-lint to 1.60.x #2009
Comments
/triage accepted |
@Rozzii: The label(s) In 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 kubernetes-sigs/prow repository. |
/kind dependencies |
@Rozzii: The label(s) In 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 kubernetes-sigs/prow repository. |
Added golangci-lint part as required part. |
/assign |
Bump Golang to 1.23 before next minor release as 1.22 support will end in 4 months.
Release notes should be checked for any changes that might affect the repo.
NOTE: do not bump
go.mod
versions for the sake of bumping. They shall be bumped only if language features using Go 1.23 are used in code, or by dependencies force it.Golangci-lint needs to be bumped to 1.60.1 or newer for golang 1.23 support. It adds some new errors and linters. White list need to be verified to be complete and correct.
What to expect: CAPM3 bump PR
/kind feature
The text was updated successfully, but these errors were encountered: