resgateio / resgate

A Realtime API Gateway used with NATS to build REST, real time, and RPC APIs, where all your clients are synchronized seamlessly.
https://resgate.io
MIT License
689 stars 67 forks source link

Update go mod version #260

Open jirenius opened 4 months ago

jirenius commented 4 months ago

Issue

While the code is compatible with go v1.13, the go version in go.mod should be updated to improve go.mod behavior explained here:

https://go.dev/doc/modules/gomod-ref

It should be bumped to 1.20 to match the lowest version built for in .github/workflows/build.yml