From fbcda4506752c3158722d143343de70c58593fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Mon, 18 Nov 2019 20:41:04 -0500 Subject: [PATCH] Bring Go current in Travis (#292) --- .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.