Update the Go version used in circle.yml to 1.7.

Both the project's Dockerfile and Godeps.json Go 1.7. Tests should run with the same version.

Signed-off-by: Andrew Starr-Bochicchio <a.starr.b@gmail.com>
This commit is contained in:
Andrew Starr-Bochicchio
2017-03-22 20:07:17 -04:00
parent 93b7ba6171
commit a06fe9578a

View File

@@ -3,7 +3,7 @@ machine:
- bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/1.0.22/binscripts/gvm-installer)
post:
- gvm install go1.6 -B --name=stable
- gvm install go1.7 -B --name=stable
environment:
CHECKOUT: /home/ubuntu/$CIRCLE_PROJECT_REPONAME