0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2025-01-06 22:40:31 -05:00

Use latest Go version (1.6.2) for CI builds

This commit is contained in:
Matthew Holt 2016-05-24 18:37:44 -06:00
parent 6d9dcb1729
commit c64361a753
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.6
- 1.6.2
- tip
env:

View file

@ -10,8 +10,8 @@ environment:
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.windows-amd64.zip
- 7z x go1.6.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.2.windows-amd64.zip
- 7z x go1.6.2.windows-amd64.zip -y -oC:\ > NUL
- go version
- go env
- go get -t ./...