You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried updating my node and followed the current linux install instructions
go version is go1.11.4 linux/amd64
GOPATH and GOROOT are set
getting multiple unknown revision errors.
@anton000 Have you got this sorted? It seems to me your install command missed a dot at the end from what I see in the log # GO111MODULE=on go install -v . ./cmd/.. It should be go install -v . ./cmd/...
Tried updating my node and followed the current linux install instructions
go version is go1.11.4 linux/amd64
GOPATH and GOROOT are set
getting multiple unknown revision errors.
The text was updated successfully, but these errors were encountered: