Skip to content

Commit

Permalink
coverage: start using also go1.17 (#440)
Browse files Browse the repository at this point in the history
This is part of the migration from go1.16 go go1.17.

Reference issue: ooni/probe#1738
  • Loading branch information
bassosimone authored Aug 18, 2021
1 parent 2aca86b commit 21a2b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21a2b31

Please sign in to comment.