Merge pull request #2593 from chavafg/topic/update-golang-version

versions: Update go to 1.13.9
This commit is contained in:
Jose Carlos Venegas Munoz
2020-04-07 18:05:51 -05:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"