0
Fork 0
mirror of https://github.com/caddyserver/caddy.git synced 2024-12-23 22:27:38 -05:00

Update to Go 1.7.3

This commit is contained in:
Eldin Hadzic 2016-10-19 21:26:04 +00:00
parent efb1c54e13
commit ab3cc8f961
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ language: go
go: go:
- 1.6.3 - 1.6.3
- 1.7.1 - 1.7.3
- tip - tip
matrix: matrix:

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.7.windows-amd64.zip - appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3.windows-amd64.zip
- 7z x go1.7.windows-amd64.zip -y -oC:\ > NUL - 7z x go1.7.3.windows-amd64.zip -y -oC:\ > NUL
- go version - go version
- go env - go env
- go get -t ./... - go get -t ./...