1
0
mirror of https://github.com/opencontainers/runc.git synced 2025-07-04 02:42:31 +03:00

update go version at travis-ci

Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
This commit is contained in:
Máximo Cuadros
2017-02-20 13:15:58 +01:00
parent 6b1d0e76f2
commit e773f96b0e
2 changed files with 7 additions and 3 deletions

View File

@ -1,8 +1,12 @@
language: go language: go
go: go:
- 1.6.x
- 1.7.x - 1.7.x
# - master - 1.8.x
- tip
matrix:
allow_failures:
- go: tip
# `make ci` uses Docker. # `make ci` uses Docker.
sudo: required sudo: required

View File

@ -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 # 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 RUN echo 'deb http://httpredir.debian.org/debian jessie-backports main' > /etc/apt/sources.list.d/backports.list