From 4850579da340574b06bf3091b941271892e4dbd1 Mon Sep 17 00:00:00 2001 From: fupan Date: Tue, 14 Aug 2018 11:31:10 +0800 Subject: [PATCH] CI: bump the CI travis's go to 1.10 Bump the CI travis's go to 1.10.x to meet the building kata shim v2 for containerd. Fixes: #575 Signed-off-by: fupan --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ad630266e..73d3696b8c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ os: go_import_path: github.com/kata-containers/runtime go: - - 1.8 + - "1.10.x" before_script: - ".ci/static-checks.sh"