https://github.com/ChainSafe/ChainBridge
Why does this command not work?
make build
I cloned the repo locally, cd'd into the right folder; all I get back in the Git CLI is
> \033[32mBuilding binary...\033[0m
cd cmd/chainbridge && env GOARCH=amd64 go build -o ../../build/chainbridge -ldflags="-X main.Version=v.1.1.2-2-g6f55404"
env: ‘go’: No such file or directory
make: *** [Makefile:43: build] Error 127
I downloaded Go for Windows 10 64 bit, version 1.16.4