From 21a2b315feaa579c4b90991f5a75c0df6cb8c008 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 18 Aug 2021 11:47:01 +0200 Subject: [PATCH] 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 --- .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 e9c9af8..43e0420 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: