Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
CI: Pin Travis golang version
Browse files Browse the repository at this point in the history
Travis appears to be providing a version of golang that is too old for
https://mvdan.cc/xurls/cmd/xurls, which is used by the CI scripts in the
tests repo.

See:

- kata-containers/runtime#744
- kata-containers/tests#843 (comment)

Fixes #281.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Oct 23, 2018
1 parent c478c9f commit 7dbfe64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ dist: trusty

language: bash

go:
- "1.10.x"

before_script:
- ".ci/setup.sh"

Expand Down

0 comments on commit 7dbfe64

Please sign in to comment.