Skip to content

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 kata-containers#281.

Signed-off-by: James O. D. Hunt <[email protected]>
  • Loading branch information
jodh-intel committed Oct 23, 2018
1 parent c478c9f commit 558dd7c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
sudo: required
dist: trusty

language: bash
language: go

go:
- "1.10.x"

before_script:
- ".ci/setup.sh"
Expand Down

0 comments on commit 558dd7c

Please sign in to comment.