From 97ec13d010bd58af766289932381e957ab47de30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Sun, 12 Apr 2020 16:54:49 -0400 Subject: [PATCH] Update Travis to Go 1.14 (#140) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 047278f6..f3d60a14 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: go dist: xenial go: - - "1.13.x" + - "1.14.x" env: - GO111MODULE=on GOLANGCI_RELEASE="v1.21.0"