connectrpc / connect-go

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

Update conformance module to use newer version of Go and quic-go dependency #732

Closed jhump closed 2 months ago

jhump commented 2 months ago

This is to get us on the latest version of quic-go, v0.43.0. That requires Go 1.21. It also includes some breaking changes, which required a change in the connectrpc/conformance code, too. So this pins the latest commit of that dependency, too.