forked from quic-go/quic-go
update go to 1.7rc5 for CIs
This commit is contained in:
@@ -7,7 +7,7 @@ services:
|
|||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.6
|
- 1.6
|
||||||
- 1.7rc4
|
- 1.7rc5
|
||||||
|
|
||||||
# first part of the GOARCH workaround
|
# first part of the GOARCH workaround
|
||||||
# setting the GOARCH directly doesn't work, since the value will be overwritten later
|
# setting the GOARCH directly doesn't work, since the value will be overwritten later
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ clone_folder: c:\gopath\src\github.com\lucas-clemente\quic-go
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- rmdir c:\go /s /q
|
- rmdir c:\go /s /q
|
||||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7rc4.windows-amd64.zip
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7rc5.windows-amd64.zip
|
||||||
- 7z x go1.7rc4.windows-amd64.zip -y -oC:\ > NUL
|
- 7z x go1.7rc5.windows-amd64.zip -y -oC:\ > NUL
|
||||||
- set PATH=%PATH%;%GOPATH%\bin
|
- set PATH=%PATH%;%GOPATH%\bin
|
||||||
- echo %PATH%
|
- echo %PATH%
|
||||||
- echo %GOPATH%
|
- echo %GOPATH%
|
||||||
|
|||||||
Reference in New Issue
Block a user