Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Merge pull request #2593 from chavafg/topic/update-golang-version
Browse files Browse the repository at this point in the history
versions: Update go to 1.13.9
  • Loading branch information
jcvenegas authored Apr 7, 2020
2 parents 6e398f7 + 0294fcb commit 02d8ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ sudo: required
dist: xenial

language: go
go:
- 1.13.9

os:
- linux
Expand All @@ -30,7 +32,6 @@ before_install:
- ".ci/versions_checker.sh"

before_script:
- ".ci/install_go.sh"
- ".ci/static-checks.sh"
- ".ci/versions_checker.sh"

Expand Down
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 02d8ec0

Please sign in to comment.