-
Notifications
You must be signed in to change notification settings - Fork 112
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 to go1.22 and min version go1.20 #691
Conversation
@@ -9,8 +9,8 @@ retract ( | |||
|
|||
require ( | |||
github.com/google/go-cmp v0.5.9 | |||
golang.org/x/net v0.17.0 | |||
golang.org/x/net v0.21.0 |
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.
Related to release: golang/net@c630100
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.
We also need to update the Windows CI configuration :)
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.
LGTM!
This PR bumps the go version to 1.22 and the min version to go1.20. This was prompted by this CI failure: https://github.com/connectrpc/connect-go/actions/runs/7932731168/job/21659863630 which I believe is related to this issue: golang/go#55846.
Also included is a removal of a workaround for 1.19 header handling introduced here: #406