You've already forked runc
mirror of
https://github.com/opencontainers/runc.git
synced 2025-07-02 15:42:24 +03:00
update go version at travis-ci
Signed-off-by: Máximo Cuadros <mcuadros@gmail.com>
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user