You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this project defaults to the latest stable version of Go, 1.11.x, via the golang:1.11 docker image.
A couple questions come up:
How do we handle Go updates in this package?
Do we need to provide backwards support for 1.9.x, 1.10.x?
For 1, seems like a good option is to update once the new minor version is out and stable & then publish a new release. Any new updates moving forward would only support the latest Go version.
For 2, not sure just yet. Thoughts?
The text was updated successfully, but these errors were encountered:
Currently this project defaults to the latest stable version of Go, 1.11.x, via the
golang:1.11
docker image.A couple questions come up:
For 1, seems like a good option is to update once the new minor version is out and stable & then publish a new release. Any new updates moving forward would only support the latest Go version.
For 2, not sure just yet. Thoughts?
The text was updated successfully, but these errors were encountered: