Closed captainwasabi closed 5 years ago
Updating go compiler to latest version should fix the problem
After purging the golang install and autoremoving everything...
Followed: https://tecadmin.net/install-go-on-ubuntu/
root@foobar:~/vmango# go version
go version go1.12.9 linux/amd64
root@foobar:~/vmango# make && ./bin/vmango
go install github.com/go-bindata/go-bindata/go-bindata
$GOPATH/go.mod exists but should not
Makefile:41: recipe for target 'bin/go-bindata' failed
make: *** [bin/go-bindata] Error 1
unsetting GOPATH got it further, had to also install pkg-config and libvirt-dev.
it's up!
Thank you for your help.
Great :)