From 8627d854d9f9e69c73dbb43aa3e39239babe477f Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Fri, 27 Aug 2021 16:41:04 -0700 Subject: [PATCH] Test with both Go 1.17 and 1.16 (#385) This is in line with the Go support policy of current version + previous version --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a131f54..2e8f2ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: go go: - 1.16 + - 1.17 before_install: