-
Notifications
You must be signed in to change notification settings - Fork 2.3k
When to drop Go 1.8 support? #869
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If there is a good reason to drop support for Go 1.8: yes. |
I'm considering to check connection liveness before sending query. If we can drop Go 1.8 support, we can implement it without version tag and stub file for Go 1.8. |
#838 can be merged without version tag hack, too. |
What's the current situation with platforms like AppEngine? Is it safe to drop Go 1.8 by now? |
GAE/Go supports 1.9+ only. https://cloud.google.com/appengine/docs/standard/go/runtime |
It's deprecated but not yet disabled, as it seems. Anyway, I think removing Go 1.8 support should be fine by now. |
Yes, but "no new deployment". It means already deployed Go 1.8 app are still running. |
README says: "Go 1.8 or higher. We aim to support the 3 latest versions of Go."
Now Go 1.11 is stable. Can we drop Go 1.8 support in master branch?
The text was updated successfully, but these errors were encountered: