Skip to content

Commit

Permalink
chore: adds support for go 1.17 on CI.
Browse files Browse the repository at this point in the history
Signed-off-by: José Carlos Chávez <jcchavezs@gmail.com>
  • Loading branch information
jcchavezs committed Sep 18, 2021
1 parent 2261d5c commit bb41e61
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Expand Up @@ -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

0 comments on commit bb41e61

Please sign in to comment.