mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-24 22:43:05 +00:00
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 <salvador.fuentes@intel.com>
This commit is contained in:
parent
6e398f7c71
commit
0294fcb992
@ -9,6 +9,8 @@ sudo: required
|
|||||||
dist: xenial
|
dist: xenial
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
go:
|
||||||
|
- 1.13.9
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
@ -30,7 +32,6 @@ before_install:
|
|||||||
- ".ci/versions_checker.sh"
|
- ".ci/versions_checker.sh"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- ".ci/install_go.sh"
|
|
||||||
- ".ci/static-checks.sh"
|
- ".ci/static-checks.sh"
|
||||||
- ".ci/versions_checker.sh"
|
- ".ci/versions_checker.sh"
|
||||||
|
|
||||||
|
@ -302,7 +302,7 @@ languages:
|
|||||||
description: |
|
description: |
|
||||||
'newest-version' is the latest version known to work when
|
'newest-version' is the latest version known to work when
|
||||||
building Kata
|
building Kata
|
||||||
newest-version: "1.13.8"
|
newest-version: "1.13.9"
|
||||||
|
|
||||||
rust:
|
rust:
|
||||||
description: "rust language"
|
description: "rust language"
|
||||||
|
Loading…
Reference in New Issue
Block a user