From 40d242f6f6e3deb2f8947b7d2db7728262f0f83f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Mon, 18 Nov 2019 15:03:08 -0500 Subject: [PATCH] Bring Go current in Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aac01f5b..6dc361ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ if: tag IS blank language: go go: - - 1.10.x + - 1.13.x addons: # Use the full version number with ".0" if needed. This value is scraped by setup scripts.