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

How to recompile gx-go #60

Closed
leinue opened this issue Feb 16, 2019 · 2 comments
Closed

How to recompile gx-go #60

leinue opened this issue Feb 16, 2019 · 2 comments

Comments

@leinue
Copy link

leinue commented Feb 16, 2019

I am compiling filecoin which occurs this error:

ERROR: Error: package 'go-filecoin' requires at least go version 1.11.1.
however, your gx-go binary was compiled with go1.9.2.
Please update gx-go (or recompile with your current go compiler)
ERROR: req-check hook failed: exit status 1 

I'm not a go developer and don't know how to recompile gx-go.
I have run go build in source folder of gx-go which didn't work.

Can any help me with this ?

@schomatis
Copy link
Collaborator

Use go install.

We should be matching the Go terminology in this error message.

@leinue leinue closed this as completed Feb 17, 2019
@leinue
Copy link
Author

leinue commented Feb 26, 2019

Deleting all the go file and retry can be succeed.

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

No branches or pull requests

2 participants