mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-19 01:05:37 +03:00
Update to Go 1.7.4
This commit is contained in:
parent
c212365a3a
commit
ff98aa3dd0
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
language: go
|
||||
|
||||
go:
|
||||
- 1.7.3
|
||||
go:
|
||||
- 1.7.4
|
||||
- tip
|
||||
|
||||
matrix:
|
||||
|
|
|
@ -9,8 +9,8 @@ environment:
|
|||
|
||||
install:
|
||||
- rmdir c:\go /s /q
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3.windows-amd64.zip
|
||||
- 7z x go1.7.3.windows-amd64.zip -y -oC:\ > NUL
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
|
||||
- 7z x go1.7.4.windows-amd64.zip -y -oC:\ > NUL
|
||||
- go version
|
||||
- go env
|
||||
- go get -t ./...
|
||||
|
|
Loading…
Reference in a new issue