Fix circle to use go1.7
This commit is contained in:
parent
9f63e653a6
commit
b11132ea2d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ test:
|
|||
|
||||
machine:
|
||||
environment:
|
||||
GODIST: "go1.7rc3.linux-amd64.tar.gz"
|
||||
GODIST: "go1.7.linux-amd64.tar.gz"
|
||||
post:
|
||||
- mkdir -p download
|
||||
- test -e download/$GODIST || curl -o download/$GODIST https://storage.googleapis.com/golang/$GODIST
|
||||
|
|
Loading…
Reference in a new issue