Commit ab3cc8f9 authored by Eldin Hadzic's avatar Eldin Hadzic

Update to Go 1.7.3

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