Merge pull request #1193 from mholt/Go-1.7.3

Update to Go 1.7.3
This commit is contained in:
Matt Holt 2016-10-19 18:00:00 -06:00 committed by GitHub
commit 2f5e840ea9
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ language: go
go:
- 1.6.3
- 1.7.1
- 1.7.3
- tip
matrix:

View file

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