diff --git a/.travis.yml b/.travis.yml index 5daaa184..82335508 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,12 @@ language: go go: - - 1.6.x - 1.7.x -# - master + - 1.8.x + - tip + +matrix: + allow_failures: + - go: tip # `make ci` uses Docker. sudo: required diff --git a/Dockerfile b/Dockerfile index 6c1d43b0..c971448c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.7.4 +FROM golang:1.8.0 # libseccomp in jessie is not _quite_ new enough -- need backports version RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list