We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d5cf25 commit d28a147Copy full SHA for d28a147
.circleci/config.yml
@@ -63,6 +63,8 @@ workflows:
63
name: go-1-16
64
go_version: "1.16"
65
run_lint: true
66
- # Style and unused/missing packages are only checked against
67
- # the latest supported Go version.
+ - test:
+ name: go-1-17
68
+ go_version: "1.17"
69
+ run_lint: true
70
run_style_and_unused: true
0 commit comments