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 authored and Manuel Rüger committed Dec 17, 2021
1 parent 6d5cf25 commit d28a147
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 d28a147

Please sign in to comment.