-
Notifications
You must be signed in to change notification settings - Fork 1k
Supporting standard lib context #246
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
We unfortunately are still supporting 1.6 because a few critical libraries are stuck there. Why can't you just import context and pass it? context.Context satisfies "golang.org/x/net/context".Context. |
Using Go version: v1.10.2 Regardless of the Is there a timeline for this change or at least an EOL deadline for v1.6? |
It'll probably be another 6 months. Sorry. I'm frustrated by it too. |
No worries, thanks for the swift response. I'll just watch and wait until then. |
We can submit this tomorrow morning. |
For some projects I have to import
context
as well asoldContext "golang.org/x/net/context"
The text was updated successfully, but these errors were encountered: