Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-kosu: automatically load latest addresses during build #244

Merged
merged 6 commits into from Aug 29, 2019
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file or symbol
Failed to load files and symbols.

Always

Just for now

fix go get

  • Loading branch information
hrharder committed Aug 29, 2019
commit b3db717a6241e7a389a2ddf74033587e0e5b2d1a
@@ -27,7 +27,7 @@ RUN install tendermint /usr/local/bin
RUN rm tendermint

# install go-bindata
RUN go get -u github.com/go-bindata/go-bindata/...
RUN GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...

# install golintci
RUN curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin v${GOLINTCI_RELEASE}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.