golang: bump golang version to 1.14.4

That would help checking vendor and go.mod consistency.

Fixes: #327
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
This commit is contained in:
Peng Tao
2020-06-23 21:07:13 -07:00
parent 66d385d7ed
commit c7b38e2fd7
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
dist: bionic dist: bionic
os: linux os: linux
language: go language: go
go: 1.13.9 go: 1.14.4
env: target_branch=$TRAVIS_BRANCH env: target_branch=$TRAVIS_BRANCH
before_install: before_install:

View File

@@ -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.9" newest-version: "1.14.4"
rust: rust:
description: "rust language" description: "rust language"