This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k.git
commit ea5fc6a1578ffa53db6ba24c35537c9c2ac9e445 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu Jun 27 10:21:00 2019 +0200 chore(build): set 1.12.x as go version to use in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4a94bc..48b1ba8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ sudo: required language: go go: - - "1.11.4" + - 1.12.x install: - go mod vendor