From 260ae5cab1ed42b5b889b49ab26c445bd2319b67 Mon Sep 17 00:00:00 2001 From: Nikita Kryuchkov Date: Tue, 7 Jan 2020 23:32:25 +0400 Subject: [PATCH] Update go version in TravisCI --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 99aca9f06..b9ae77ed3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: go go: - # - "1.11.x" At minimum the code should run make check on the latest two go versions in the default linux environment provided by Travis. - - "1.12.x" + # - "1.13.x" At minimum the code should run make check on the latest two go versions in the default linux environment provided by Travis. + - "1.13.x" dist: xenial