Skip to content

Commit

Permalink
travis: run make verify-dependencies with Go 1.x (1.14.x)
Browse files Browse the repository at this point in the history
Background: opencontainers#2073 (comment)

> 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>
  • Loading branch information
AkihiroSuda committed Mar 28, 2020
1 parent dfc1b0c commit a9df6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ go:

matrix:
include:
- go: 1.13.x
- go: 1.x
name: "verify-dependencies"
script:
- make verify-dependencies
Expand Down

0 comments on commit a9df6b4

Please sign in to comment.