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 <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda 2020-03-28 19:58:07 +09:00
parent dfc1b0cd51
commit ad6d577ab5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ go:
matrix:
include:
- go: 1.13.x
- go: 1.14.x
name: "verify-dependencies"
script:
- make verify-dependencies