Commit 2f5e840e authored by Matt Holt's avatar Matt Holt Committed by GitHub

Merge pull request #1193 from mholt/Go-1.7.3

Update to Go 1.7.3
parents efb1c54e ab3cc8f9
......@@ -2,7 +2,7 @@ language: go
go:
- 1.6.3
- 1.7.1
- 1.7.3
- tip
matrix:
......
......@@ -9,8 +9,8 @@ environment:
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.windows-amd64.zip
- 7z x go1.7.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3.windows-amd64.zip
- 7z x go1.7.3.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