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 sudo: false
go: go:
- 1.7.5 - 1.7.6
- 1.8.1 - 1.8.3
- tip - tip
os: os:
@ -17,14 +17,14 @@ env:
matrix: matrix:
exclude: exclude:
- os: osx - os: osx
go: 1.7.5 go: 1.7.6
- os: osx - os: osx
go: tip go: tip
- os: linux - os: linux
go: 1.8.1 go: 1.8.3
include: include:
- os: linux - os: linux
go: 1.8.1 go: 1.8.3
sudo: true sudo: true
env: env:
RESTIC_TEST_FUSE=1 RESTIC_TEST_FUSE=1

View File

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