From 0294fcb992614ee01fbebae2f16566790b546ac0 Mon Sep 17 00:00:00 2001 From: Salvador Fuentes Date: Tue, 7 Apr 2020 08:42:00 -0500 Subject: [PATCH] versions: Update go to 1.13.9 Update golang to 1.13.9 in versions.yaml. In addition, add same golang version to `.travis.yml` and delete the call to `.ci/install_go.sh` as it started to cause problems in travis CI. Fixes: #2592. Signed-off-by: Salvador Fuentes --- .travis.yml | 3 ++- versions.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b6d7660abf..36d79fbbab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,8 @@ sudo: required dist: xenial language: go +go: + - 1.13.9 os: - linux @@ -30,7 +32,6 @@ before_install: - ".ci/versions_checker.sh" before_script: - - ".ci/install_go.sh" - ".ci/static-checks.sh" - ".ci/versions_checker.sh" diff --git a/versions.yaml b/versions.yaml index a5165bd659..b3531c9bf6 100644 --- a/versions.yaml +++ b/versions.yaml @@ -302,7 +302,7 @@ languages: description: | 'newest-version' is the latest version known to work when building Kata - newest-version: "1.13.8" + newest-version: "1.13.9" rust: description: "rust language"