Commit 432a2d23 authored by Matthew Holt's avatar Matthew Holt

Use Go 1.7 for CI

parent 83345062
......@@ -2,6 +2,7 @@ language: go
go:
- 1.6.3
- 1.7
- tip
before_install:
......
......@@ -9,8 +9,8 @@ environment:
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.6.3.windows-amd64.zip
- 7z x go1.6.3.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.windows-amd64.zip
- 7z x go1.7.windows-amd64.zip -y -oC:\ > NUL
- go version
- go env
- go get -t ./...
......
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