mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-02 14:17:01 +01:00
Update CI to use Go 1.11
This commit is contained in:
parent
35269572d7
commit
3ccad1814e
2 changed files with 2 additions and 3 deletions
|
@ -25,7 +25,6 @@ install:
|
||||||
- go get -t ./...
|
- go get -t ./...
|
||||||
- go get github.com/golang/lint/golint
|
- go get github.com/golang/lint/golint
|
||||||
- go get github.com/FiloSottile/vendorcheck
|
- go get github.com/FiloSottile/vendorcheck
|
||||||
# Install gometalinter
|
|
||||||
- go get github.com/alecthomas/gometalinter
|
- go get github.com/alecthomas/gometalinter
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -12,8 +12,8 @@ environment:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- rmdir c:\go /s /q
|
- rmdir c:\go /s /q
|
||||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.windows-amd64.zip
|
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.windows-amd64.zip
|
||||||
- 7z x go1.10.windows-amd64.zip -y -oC:\ > NUL
|
- 7z x go1.11.windows-amd64.zip -y -oC:\ > NUL
|
||||||
- set PATH=%GOPATH%\bin;%PATH%
|
- set PATH=%GOPATH%\bin;%PATH%
|
||||||
- go version
|
- go version
|
||||||
- go env
|
- go env
|
||||||
|
|
Loading…
Reference in a new issue