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

Docker to go 1.13.1 #124

Closed jirenius closed 5 years ago

jirenius commented 5 years ago

Issue

Dockerfiles should be updated to use Go 1.13.1, the same version as in .travis.yml. Also, Dockerfiles must support building resgate as a Go module.

Notes

This issue should be part of release v1.3.0, but since it doesn't affect the binaries of the release, it will not be added as a hotfix. However, the docker release for v1.3.0 will be made using the Dockerfile from this fix.

jirenius commented 5 years ago

Resolved in #125