mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-06 22:40:31 -05:00
Use Go 1.7 for CI
This commit is contained in:
parent
83345062d7
commit
432a2d23a7
2 changed files with 3 additions and 2 deletions
|
@ -2,6 +2,7 @@ language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.6.3
|
- 1.6.3
|
||||||
|
- 1.7
|
||||||
- tip
|
- tip
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
@ -9,8 +9,8 @@ environment:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- rmdir c:\go /s /q
|
- rmdir c:\go /s /q
|
||||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.3.windows-amd64.zip
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.windows-amd64.zip
|
||||||
- 7z x go1.6.3.windows-amd64.zip -y -oC:\ > NUL
|
- 7z x go1.7.windows-amd64.zip -y -oC:\ > NUL
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
|
|
Loading…
Reference in a new issue