riverqueue / river

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

Add Go 1.23 to build matrix + update toolchain #533

Closed brandur closed 2 months ago

brandur commented 2 months ago

Add Go 1.23 to the build matrix and update toolchain in go.work and all go.mod files. Add development instructions for how to use the new make update-mod-go to do so in an automated way.

I didn't drop Go 1.21 support yet because I figure there isn't a hurry in jettisoning it immediately, although, we'll have to see how the build stability is with the expanded matrix.

brandur commented 2 months ago

ty.