Commit ab3cc8f9 authored by Eldin Hadzic's avatar Eldin Hadzic

Update to Go 1.7.3

parent efb1c54e
......@@ -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