Merge pull request #4 from Clever/use-golang-1.8

Go 1.7 -> 1.8
This commit is contained in:
Nathan Leiby 2017-05-25 15:29:33 -07:00 committed by GitHub
commit aef51b0801

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: