forked from quic-go/quic-go
update CIs to Go 1.13
This commit is contained in:
@@ -45,6 +45,6 @@ workflows:
|
|||||||
workflow:
|
workflow:
|
||||||
jobs:
|
jobs:
|
||||||
- build:
|
- build:
|
||||||
name: "Go 1.12"
|
name: "Go 1.13"
|
||||||
image: "circleci/golang:1.12"
|
image: "circleci/golang:1.13"
|
||||||
runrace: true
|
runrace: true
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ group: travis_latest
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- "1.12.x"
|
- "1.13.x"
|
||||||
|
|
||||||
# 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
|
||||||
|
|||||||
@@ -14,8 +14,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-retry appveyor DownloadFile https://storage.googleapis.com/golang/go1.12.windows-amd64.zip
|
- appveyor-retry appveyor DownloadFile https://storage.googleapis.com/golang/go1.13.windows-amd64.zip
|
||||||
- 7z x go1.12.windows-amd64.zip -y -oC:\ > NUL
|
- 7z x go1.13.windows-amd64.zip -y -oC:\ > NUL
|
||||||
- set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin
|
- set PATH=%PATH%;%GOPATH%\bin\windows_%GOARCH%;%GOPATH%\bin
|
||||||
- set GO111MODULE=on
|
- set GO111MODULE=on
|
||||||
- echo %PATH%
|
- echo %PATH%
|
||||||
|
|||||||
Reference in New Issue
Block a user