mirror of
https://github.com/wahyd4/caddy.git
synced 2026-08-19 10:16:22 +10:00
Update CI to use Go 1.11
This commit is contained in:
@@ -25,7 +25,6 @@ install:
|
||||
- go get -t ./...
|
||||
- go get github.com/golang/lint/golint
|
||||
- go get github.com/FiloSottile/vendorcheck
|
||||
# Install gometalinter
|
||||
- go get github.com/alecthomas/gometalinter
|
||||
|
||||
script:
|
||||
|
||||
+2
-2
@@ -12,8 +12,8 @@ environment:
|
||||
|
||||
install:
|
||||
- rmdir c:\go /s /q
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.10.windows-amd64.zip
|
||||
- 7z x go1.10.windows-amd64.zip -y -oC:\ > NUL
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.11.windows-amd64.zip
|
||||
- 7z x go1.11.windows-amd64.zip -y -oC:\ > NUL
|
||||
- set PATH=%GOPATH%\bin;%PATH%
|
||||
- go version
|
||||
- go env
|
||||
|
||||
Reference in New Issue
Block a user