chore: adds support for go 1.17 on CI.
Signed-off-by: José Carlos Chávez <jcchavezs@gmail.com>
This commit is contained in:
parent
6d5cf25fcc
commit
d28a147d3c
|
@ -63,6 +63,8 @@ workflows:
|
||||||
name: go-1-16
|
name: go-1-16
|
||||||
go_version: "1.16"
|
go_version: "1.16"
|
||||||
run_lint: true
|
run_lint: true
|
||||||
# Style and unused/missing packages are only checked against
|
- test:
|
||||||
# the latest supported Go version.
|
name: go-1-17
|
||||||
|
go_version: "1.17"
|
||||||
|
run_lint: true
|
||||||
run_style_and_unused: true
|
run_style_and_unused: true
|
||||||
|
|
Loading…
Reference in New Issue