Update Go versions

This commit is contained in:
Alexander Neumann 2017-04-15 10:58:43 +02:00
parent 94441dcbee
commit 6357dc8a91
2 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ sudo: false
go:
- 1.7.5
- 1.8
- 1.8.1
- tip
os:
@ -21,10 +21,10 @@ matrix:
- os: osx
go: tip
- os: linux
go: 1.8
go: 1.8.1
include:
- os: linux
go: 1.8
go: 1.8.1
sudo: true
env:
RESTIC_TEST_FUSE=1

View File

@ -17,8 +17,8 @@ init:
install:
- rmdir c:\go /s /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.windows-amd64.msi
- msiexec /i go1.8.windows-amd64.msi /q
- appveyor DownloadFile https://storage.googleapis.com/golang/go1.8.1.windows-amd64.msi
- msiexec /i go1.8.1.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