Update Go version for CI tests

This commit is contained in:
Alexander Neumann 2018-02-17 18:37:37 +01:00
parent b723094739
commit aeeec0ff94
2 changed files with 8 additions and 7 deletions

View File

@ -2,8 +2,9 @@ language: go
sudo: false
go:
- 1.8.x
- 1.9.x
- "1.8.x"
- "1.9.x"
- "1.10.x"
os:
- linux
@ -16,12 +17,12 @@ env:
matrix:
exclude:
- os: osx
go: 1.8.x
go: "1.9.x"
- os: linux
go: 1.9.x
go: "1.10.x"
include:
- os: linux
go: 1.9.x
go: "1.10.x"
sudo: true
env:
RESTIC_TEST_FUSE=1

View File

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