amazon-archives/aws-service-operator

go-bindata missing

sebgoa opened this issue · 1 comments

I am seeing this when trying to do a fresh compilation:

$ make install-aws-codegen
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C code-generation install
go generate ./pkg/codegen/
pkg/codegen/codegen.go:3: running "go-bindata": exec: "go-bindata": executable file not found in $PATH
make[1]: *** [update-bindata] Error 1
make: *** [install-aws-codegen] Error 2

I had to:

 go get -u github.com/jteeuwen/go-bindata/...

to fix

Same problem in 7631284

Note that https://github.com/jteeuwen/go-bindata has been archived and is no longer maintained (https://twitter.com/francesc/status/961249107020001280?lang=en)