kevinburke / go-bindata

A small utility which generates Go code from any file. Useful for embedding binary data in a Go program.
Other
346 stars 28 forks source link

Where is the latest release binary? #26

Closed tsaikd closed 4 years ago

tsaikd commented 4 years ago

As README mentioned, the URL https://go.equinox.io/github.com/kevinburke/go-bindata/go-bindata is missing now. So where to get the latest binary?

chrisgilmerproj commented 4 years ago

I used to download this from https://github.com/kevinburke/go-bindata/releases/download/v${GO_BINDATA_VERSION}/go-bindata-linux-amd64. But it appears that after 3.11.0 there's no newer binaries being distributed. I'd prefer to have an actual binary to work with here if possible. Is there a reason this is no longer compiled for folks during a release?

kevinburke commented 4 years ago

Apologies, I'll try to figure out how these were being uploaded tonight and release a fix.

kevinburke commented 4 years ago

can you check now?

chrisgilmerproj commented 4 years ago

Yep! This works for me. I was able to download this and run it in my docker container the way I expected. I'll make a note that we need to be using 3.18.0 for our images. Super appreciate you doing this on a Sunday.

tsaikd commented 4 years ago

Thanks, https://github.com/kevinburke/go-bindata/releases are ready for downloading the latest release binary.