Update to Go 1.7.4

This commit is contained in:
jbub 2016-12-04 18:22:22 +01:00
parent c212365a3a
commit ff98aa3dd0
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
language: go
go:
- 1.7.3
go:
- 1.7.4
- tip
matrix:

View file

@ -9,8 +9,8 @@ environment:
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.3.windows-amd64.zip
- 7z x go1.7.3.windows-amd64.zip -y -oC:\ > NUL
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.7.4.windows-amd64.zip
- 7z x go1.7.4.windows-amd64.zip -y -oC:\ > NUL
- go version
- go env
- go get -t ./...