I am trying to build kolide fleet on ubuntu `make ...
# kolide
m
I am trying to build kolide fleet on ubuntu
make deps
make generate
commands are working fine without any error
make build
is throwing this error no buildable Go source files in
$GOPATH/src/github.com/kolide/fleet/vendor/github.com/go-stack/stack
Makefile106 recipe for target ‘fleet’ failed make: * [fleet] Error 1
z
Do you have the fleet repo checked out to
$GOPATH/src/github.com/kolide/fleet
?
m
It worked later This was happening due to some issue with golang upgrade from old to current version I did on complete fresh system and it worked