mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 08:28:34 +00:00
CI: Pin Travis golang version
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: - https://github.com/kata-containers/runtime/pull/744 - https://github.com/kata-containers/tests/pull/843#issuecomment-432297737 Required adding a NOP makefile to avoid Travis from trying to build this repo using `go`. Fixes #281. Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
language: bash
|
||||
language: go
|
||||
|
||||
go:
|
||||
- "1.10.x"
|
||||
|
||||
before_script:
|
||||
- ".ci/setup.sh"
|
||||
|
Reference in New Issue
Block a user