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:
Simone Basso 2021-08-18 11:47:01 +02:00 committed by GitHub
parent 2aca86b434
commit 21a2b315fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: