mesosphere / traefik-forward-auth

218 stars 47 forks source link

Bump Go version to 1.14; also speeds up builds thanks to module proxy #31

Closed k3a closed 4 years ago

k3a commented 4 years ago

Unless you have a particular reason not to, I suggest to update Dockerfile for latest stable Go 1.14.

In addition to many invisible changes, Go 1.13 configures module proxy by default which speeds up compilation times significantly.