I followed the installation of tendermint according to instructions from the tendermint home page. While installing, I have the following problem. Any help is appreciated. Thank you very much in advance.
lilly@lilly-VirtualBox:~/tendermint$ make tools
Get Certstrap package github.com/square/[email protected]: invalid github.com/ import path
"github.com/square/[email protected]"
tools.mk:70: recipe for target '/home/lilly/go/bin/certstrap' failed
make: *** [/home/lilly/go/bin/certstrap] Error 1
What version of Go are you using? if it's 1.14+ you will have to add
export GO111MODULE=on
because it may be inGOPATH
mode.