Update Go version

This commit is contained in:
Alexander Neumann 2017-05-30 23:03:30 +02:00
parent 725d50554a
commit 4dbbc24a44
2 changed files with 6 additions and 6 deletions

View File

@ -2,8 +2,8 @@ language: go
sudo: false
go:
- 1.7.5
- 1.8.1
- 1.7.6
- 1.8.3
- tip
os:
@ -17,14 +17,14 @@ env:
matrix:
exclude:
- os: osx
go: 1.7.5
go: 1.7.6
- os: osx
go: tip
- os: linux
go: 1.8.1
go: 1.8.3
include:
- os: linux
go: 1.8.1
go: 1.8.3
sudo: true
env:
RESTIC_TEST_FUSE=1

View File

@ -18,7 +18,7 @@
FROM ubuntu:14.04
ARG GOVERSION=1.7.5
ARG GOVERSION=1.8.3
ARG GOARCH=amd64
# install dependencies