From bb41e61c33370d9923b268e24324c7d34013ca88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Ch=C3=A1vez?= Date: Sat, 18 Sep 2021 10:57:17 +0200 Subject: [PATCH] chore: adds support for go 1.17 on CI. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: José Carlos Chávez --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a62505e8b..b3f9c51ed 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -63,6 +63,8 @@ workflows: name: go-1-16 go_version: "1.16" run_lint: true - # Style and unused/missing packages are only checked against - # the latest supported Go version. + - test: + name: go-1-17 + go_version: "1.17" + run_lint: true run_style_and_unused: true