mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 04:45:15 +00:00
Appveyor: Update Go version and download URL
This commit is contained in:
parent
d62a664bb7
commit
164acceb55
@ -17,8 +17,8 @@ init:
|
||||
|
||||
install:
|
||||
- rmdir c:\go /s /q
|
||||
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.9.windows-amd64.msi
|
||||
- msiexec /i go1.9.windows-amd64.msi /q
|
||||
- appveyor DownloadFile https://dl.google.com/go/go1.9.3.windows-amd64.msi
|
||||
- msiexec /i go1.9.3.windows-amd64.msi /q
|
||||
- go version
|
||||
- go env
|
||||
- appveyor DownloadFile http://sourceforge.netcologne.de/project/gnuwin32/tar/1.13-1/tar-1.13-1-bin.zip -FileName tar.zip
|
||||
|
Loading…
Reference in New Issue
Block a user