Fix circle to use go1.7

This commit is contained in:
Patrick O'brien 2016-08-16 13:22:50 +10:00
parent 9f63e653a6
commit b11132ea2d

View file

@ -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