Use Go 1.8 in Circle build and golang-version-check

This commit is contained in:
Nathan Leiby 2017-05-24 12:40:55 -07:00
parent 92eaacfbf1
commit bb9ebbca1d

View file

@ -1,7 +1,7 @@
machine:
post:
- cd $HOME && git clone --depth 1 -v git@github.com:clever/ci-scripts.git && cd ci-scripts && git show --oneline -s
- $HOME/ci-scripts/circleci/golang-install 1.7
- $HOME/ci-scripts/circleci/golang-install 1.8
services:
- docker
checkout: