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

Chore upgrade linter #751

Closed emcfarlane closed 3 weeks ago

emcfarlane commented 3 weeks ago

Upgrades the linter version to the latest fixing small issues. For readability nolint global directives have been brought inline to avoid misuse. This fixes the issue brought up in #748. As a small cleanup the buf version has been brought to the latest.