Skip to content
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

Merged
merged 5 commits into from
Feb 16, 2024

Conversation

emcfarlane
Copy link
Contributor

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

@@ -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
Copy link
Contributor Author

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

@emcfarlane emcfarlane marked this pull request as ready for review February 16, 2024 18:35
Copy link
Member

@akshayjshah akshayjshah left a 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 :)

Copy link
Member

@akshayjshah akshayjshah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@emcfarlane emcfarlane merged commit 468ef0d into connectrpc:main Feb 16, 2024
12 checks passed
@emcfarlane emcfarlane deleted the ed/go1.22 branch February 16, 2024 20:07
@jhump jhump added the ignore-for-release Exclude from release notes label Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ignore-for-release Exclude from release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants