chore: adds support for go 1.17 on CI.

Signed-off-by: José Carlos Chávez <jcchavezs@gmail.com>
This commit is contained in:
José Carlos Chávez 2021-09-18 10:57:17 +02:00 committed by Manuel Rüger
parent 6d5cf25fcc
commit d28a147d3c
1 changed files with 4 additions and 2 deletions

View File

@ -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