From ad6d577ab510178d0fb8b06653fb2ec670472413 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Sat, 28 Mar 2020 19:58:07 +0900 Subject: [PATCH] travis: run `make verify-dependencies` with Go 1.14.x Background: https://github.com/opencontainers/runc/pull/2073#issuecomment-596068439 > switched back to running the vendoring in 1.14. If we vendor with go > 1.13, go build will fail on go 1.14, making the tests fil. Signed-off-by: Akihiro Suda --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b137f75e..b762b632 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ go: matrix: include: - - go: 1.13.x + - go: 1.14.x name: "verify-dependencies" script: - make verify-dependencies