-
Notifications
You must be signed in to change notification settings - Fork 330
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
cannot find package "context" #6
Comments
Try |
|
i am running on go 1.6.1 , it wants the context import to be declared as I added the
|
our environment use go 1.9. Please upgrade your go version to avoid unexpected error |
so i updated to go 1.9
Works as expected, but as per #5 if this was all done within the Docker container my local environment would be irrelevant |
Tried to run
Build work properly.
It would appear as though context is imported but not available, it was not installed with other glide installation like in glide.yaml
The text was updated successfully, but these errors were encountered: