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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user