Skip to content
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

package context: unrecognized import path "context" #40

Open
siredwin opened this issue Apr 6, 2017 · 1 comment
Open

package context: unrecognized import path "context" #40

siredwin opened this issue Apr 6, 2017 · 1 comment

Comments

@siredwin
Copy link

siredwin commented Apr 6, 2017

All of a sudden i am getting this error during . I can't install anything now.
I know it has something to do with Go 1.7.3

@TaiPhamD
Copy link

TaiPhamD commented May 4, 2017

I have this same issue it is due to the fact that context is a built in package with newer version of go. My version using this go-cart is 1.5.2 which DOESN't have the context package so i am trying to figure out how to install the new go version. Do you know how to update go 1.5.2 to something newer?

UPDATE:
#35

I set my env GOVERSION=1.7.4 and it is working now :)
rhc env set GOVERSION=1.7.4 -a YOUR_APP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants