Skip to content

Commit

Permalink
update go version at travis-ci
Browse files Browse the repository at this point in the history
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
  • Loading branch information
mcuadros committed Feb 20, 2017
1 parent 6b1d0e7 commit e773f96
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .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
Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit e773f96

Please sign in to comment.