connectrpc / connect-go

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

Update CI deps #631

Closed emcfarlane closed 10 months ago

emcfarlane commented 11 months ago

Updates golanglint-ci to v1.55.2 and buf to v1.27.2. Fix lint issues from protogetter. Disabled inamedparam as we have lots of public interface types without named fields e.g. Codec. (We could update these too if desired).