0
Fork 0
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:
Matthew Holt 2016-08-15 22:57:18 -06:00
parent 83345062d7
commit 432a2d23a7
No known key found for this signature in database
GPG key ID: 0D97CC73664F4D03
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@ language: go
go: go:
- 1.6.3 - 1.6.3
- 1.7
- tip - tip
before_install: before_install:

View file

@ -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 ./...