Commit 3ccad181 authored by Matthew Holt's avatar Matthew Holt

Update CI to use Go 1.11

parent 35269572
...@@ -25,7 +25,6 @@ install: ...@@ -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: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment