2
2
mirror of https://github.com/octoleo/restic.git synced 2024-06-09 04:12:25 +00:00

Update Go versions

This commit is contained in:
Alexander Neumann 2016-04-16 22:49:40 +02:00
parent 87250c4489
commit d4b202243a
2 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ sudo: false
go: go:
- 1.3.3 - 1.3.3
- 1.4.3 - 1.4.3
- 1.5.3 - 1.5.4
- 1.6 - 1.6.1
os: os:
- linux - linux

View File

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