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:
parent
dfc1b0cd51
commit
ad6d577ab5
|
@ -7,7 +7,7 @@ go:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- go: 1.13.x
|
||||
- go: 1.14.x
|
||||
name: "verify-dependencies"
|
||||
script:
|
||||
- make verify-dependencies
|
||||
|
|
Loading…
Reference in New Issue