1
0
Fork 0
mirror of https://github.com/restic/restic.git synced 2025-01-24 08:18:41 +00:00

Update Go version for appveyor

This commit is contained in:
Alexander Neumann 2016-01-28 00:00:28 +01:00
parent ce4a7f16ca
commit 9f8f2bc874

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