whyrusleeping / gx-go

gx subtool for golang
MIT License
80 stars 28 forks source link

How to recompile gx-go #60

Closed leinue closed 5 years ago

leinue commented 5 years ago

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 commented 5 years ago

Use go install.

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

leinue commented 5 years ago

Deleting all the go file and retry can be succeed.