update CIs to Go 1.9.3 and Go 1.10rc1

This commit is contained in:
Marten Seemann
2018-01-30 14:57:28 +07:00
parent 96a31a51e5
commit c41eb92b98
2 changed files with 4 additions and 4 deletions

View File

@@ -14,8 +14,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.9.2.windows-amd64.zip
- 7z x go1.9.2.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.3.windows-amd64.zip
- 7z x go1.9.3.windows-amd64.zip -y -oC:\ > NUL
- set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin
- echo %PATH%
- echo %GOPATH%