Merge pull request #400 from restic/update-go-appveyor

Update Go version for CI tests
This commit is contained in:
Alexander Neumann 2016-01-29 13:13:42 +01:00
commit 57615edd3a
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ go:
- 1.3.3
- 1.4.3
- 1.5.3
- 1.6beta2
- 1.6rc1
os:
- linux

View File

@ -13,8 +13,8 @@ init:
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.5.1.windows-amd64.msi
- msiexec /i go1.5.1.windows-amd64.msi /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.5.3.windows-amd64.msi
- msiexec /i go1.5.3.windows-amd64.msi /q
- go version
- go env
- appveyor DownloadFile http://downloads.sourceforge.net/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip