Use latest Go version (1.6.2) for CI builds

This commit is contained in:
Matthew Holt 2016-05-24 18:37:44 -06:00
parent 6d9dcb1729
commit c64361a753
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
language: go language: go
go: go:
- 1.6 - 1.6.2
- tip - tip
env: env:

View file

@ -10,8 +10,8 @@ environment:
install: install:
- rmdir c:\go /s /q - rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.windows-amd64.zip - appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.2.windows-amd64.zip
- 7z x go1.6.windows-amd64.zip -y -oC:\ > NUL - 7z x go1.6.2.windows-amd64.zip -y -oC:\ > NUL
- go version - go version
- go env - go env
- go get -t ./... - go get -t ./...