From 17bd4665b1b9270ae3ecbcc735a4aa69387a2b86 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 18 Aug 2021 11:40:09 +0200 Subject: [PATCH] coverage: start using also go1.17 This is part of the migration from go1.16 go go1.17. Reference issue: https://github.com/ooni/probe/issues/1738 --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e9c9af872a..43e0420cf9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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: