Skip to content

Commit

Permalink
use the same docker image we use for testing
Browse files Browse the repository at this point in the history
when building a binary for localnet
  • Loading branch information
melekes committed Feb 6, 2019
1 parent 0c1fe5d commit 2c1965e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ jobs:
localnet:
working_directory: /home/circleci/.go_workspace/src/github.com/tendermint/tendermint
machine:
image: circleci/classic:latest
image: circleci/golang:1.11.4
environment:
GOBIN: /home/circleci/.go_workspace/bin
GOPATH: /home/circleci/.go_workspace/
Expand Down

0 comments on commit 2c1965e

Please sign in to comment.