Use Go 1.7 for CI

This commit is contained in:
Matthew Holt 2016-08-15 22:57:18 -06:00
parent 83345062d7
commit 432a2d23a7
No known key found for this signature in database
GPG Key ID: 0D97CC73664F4D03
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@ language: go
go:
- 1.6.3
- 1.7
- tip
before_install:

View File

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