From f994215a7b136a32fc6605fba57edb859983a497 Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Sun, 15 Mar 2020 08:48:07 -0700 Subject: [PATCH] ci: Test against Go 1.13 and 1.14 (#801) This switches CI to test against Go 1.13 and 1.14, and linting against the latter. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 647b4ee43..cfdc69f41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,8 @@ env: matrix: include: - - go: 1.12.x - go: 1.13.x + - go: 1.14.x env: LINT=1 script: