From df2843657f8a586a5800ab5383f61248df4aaac2 Mon Sep 17 00:00:00 2001 From: max furman Date: Wed, 17 Nov 2021 11:51:33 -0800 Subject: [PATCH] [action] only run codecov for go 1.17 --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 78b59f4b..10e7360d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -58,6 +58,7 @@ jobs: run: V=1 make ci - name: Codecov + if: matrix.go == '1.17' uses: codecov/codecov-action@v1.2.1 with: file: ./coverage.out # optional