connectrpc / connect-go

The Go implementation of Connect: Protobuf RPC that works.
https://connectrpc.com
Apache License 2.0
2.76k stars 91 forks source link

Upgrade to go1.22 and min version go1.20 #691

Closed emcfarlane closed 4 months ago

emcfarlane commented 4 months ago

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: https://github.com/golang/go/issues/55846.

Also included is a removal of a workaround for 1.19 header handling introduced here: https://github.com/connectrpc/connect-go/pull/406