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 sudo: false
go: go:
- 1.8.x - "1.8.x"
- 1.9.x - "1.9.x"
- "1.10.x"
os: os:
- linux - linux
@ -16,12 +17,12 @@ env:
matrix: matrix:
exclude: exclude:
- os: osx - os: osx
go: 1.8.x go: "1.9.x"
- os: linux - os: linux
go: 1.9.x go: "1.10.x"
include: include:
- os: linux - os: linux
go: 1.9.x go: "1.10.x"
sudo: true sudo: true
env: env:
RESTIC_TEST_FUSE=1 RESTIC_TEST_FUSE=1

View File

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