coverage: start using also go1.17 (#440)
This is part of the migration from go1.16 go go1.17. Reference issue: https://github.com/ooni/probe/issues/1738
This commit is contained in:
parent
2aca86b434
commit
21a2b315fe
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
go: [ "1.16" ]
|
||||
go: [ "1.16", "1.17" ]
|
||||
steps:
|
||||
- uses: actions/setup-go@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user