update CIs to Go 1.7.5

This commit is contained in:
Marten Seemann
2017-01-28 23:15:03 +09:00
parent 7e0cb8072b
commit 1800e47607
2 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ services:
go:
- 1.6.4
- 1.7.4
- 1.7.5
- 1.8rc1
# first part of the GOARCH workaround

View File

@@ -13,8 +13,8 @@ clone_folder: c:\gopath\src\github.com\lucas-clemente\quic-go
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
- 7z x go1.7.4.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.5.windows-amd64.zip
- 7z x go1.7.5.windows-amd64.zip -y -oC:\ > NUL
- set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin
- echo %PATH%
- echo %GOPATH%