Not able to install it in ubuntu .
rishavpathania1995 opened this issue · 1 comments
rishavpathania1995 commented
root@ip-172-31-22-25:~/mqtttester/mqtt-stresser# make
GOOS=windows GOARCH=amd64 go build -o build/mqtt-stresser.exe
/bin/sh: 1: go: not found
Makefile:46: recipe for target 'build/mqtt-stresser-windows-amd64.zip' failed
make: *** [build/mqtt-stresser-windows-amd64.zip] Error 127
invadersmustdie commented
/bin/sh: 1: go: not found
<- looks like the build is unable to find the go binary. Can you please check your host system and verify that go is placed in $PATH
As this is not a bug. I'm closing this issue