Browse Source

circleci: update go version (#3051)

pull/3061/head
Zach 6 years ago
committed by Anton Kaliaev
parent
commit
daddebac29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .circleci/config.yml

+ 1
- 1
.circleci/config.yml View File

@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: /go/src/github.com/tendermint/tendermint
docker:
- image: circleci/golang:1.11.3
- image: circleci/golang:1.11.4
environment:
GOBIN: /tmp/workspace/bin


Loading…
Cancel
Save