-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
update to go1.23 in main
#35697
update to go1.23 in main
#35697
Conversation
Among other minor updates, we also have #35426 pending use of the new range over functions feature. |
0bd6aa2
to
17d5480
Compare
fd6c760
to
7b80638
Compare
I'm also doing concurrent work in the nested backend modules which will conflict here, but will rebase before merging. |
4c56198
to
2131e28
Compare
Release notes: https://go.dev/doc/go1.23
Make sure tooling dependencies are updated to use go1.23, and get any closely related package updates, like golang.org/x/*
Some updates to staticcheck were catching more errors. Most of these were format functions without a format string, but rather than adding more exceptions I just fixed them all. This did also catch some incorrectly wrapped errors.
2131e28
to
9ff7274
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks fine to me, leave it up to you about the risks wrt to the issues the AWS provider is seeing.
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Release notes: https://go.dev/doc/go1.23
Code changes were because some updates to staticcheck were catching more errors. Most of these were format functions without a format string, but rather than adding more exceptions I just fixed them all. This did also catch some incorrectly wrapped errors however.