riverqueue / river

Fast and reliable background jobs in Go
https://riverqueue.com
Mozilla Public License 2.0
3.34k stars 89 forks source link

Upgrade to golangci-lint 1.60 + linting fixes #530

Closed brandur closed 4 weeks ago

brandur commented 4 weeks ago

This is in preparation for an eventual upgrade to Go 1.23. Golangci-lint 1.60+ is required for 1.23 support, so here upgrade to 1.23 and fix some new linting problems that fell out of the process.

brandur commented 4 weeks ago

Thanks!