Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

go-bindata missing #182

Open
sebgoa opened this issue May 6, 2019 · 1 comment
Open

go-bindata missing #182

sebgoa opened this issue May 6, 2019 · 1 comment

Comments

@sebgoa
Copy link
Contributor

sebgoa commented May 6, 2019

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

@marcindulak
Copy link

marcindulak commented Jun 27, 2019

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants