Skip to content

Commit d28a147

Browse files
jcchavezsManuel Rüger
authored andcommitted
chore: adds support for go 1.17 on CI.
Signed-off-by: José Carlos Chávez <[email protected]>
1 parent 6d5cf25 commit d28a147

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ workflows:
6363
name: go-1-16
6464
go_version: "1.16"
6565
run_lint: true
66-
# Style and unused/missing packages are only checked against
67-
# the latest supported Go version.
66+
- test:
67+
name: go-1-17
68+
go_version: "1.17"
69+
run_lint: true
6870
run_style_and_unused: true

0 commit comments

Comments
 (0)