nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

Update to Go 1.23.3/1.22.9, use Go 1.23 for goreleaser #6135

Closed neilalexander closed 6 days ago

neilalexander commented 6 days ago

This updates the patch versions. It also updates the version that we use for goreleaser — all releases are currently built using Go 1.22, but there isn't really a good reason why we shouldn't build them with Go 1.23 instead, since there will be new compiler optimisations we can take advantage of.

Signed-off-by: Neil Twigg neil@nats.io