From ed540879f69e5acc7ee0704b9fc236e89390eb34 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Wed, 29 Aug 2018 16:07:19 -0500 Subject: [PATCH] travis: bump golang version Update golang version from 1.8 to 1.10, which is the one used in runtime repo. Signed-off-by: Salvador Fuentes --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 55ffe1e686..dd9f56044a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ language: go go_import_path: github.com/kata-containers/agent go: - - 1.8 + - "1.10.x" before_script: - ".ci/static-checks.sh"