diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index fa7efe77..313ebef9 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -13,7 +13,7 @@ jobs: if: github.event.pull_request.merged == true strategy: matrix: - go-version: [1.18.x, 1.17.x] + go-version: [1.19.x] platform: [ubuntu-latest] runs-on: ${{ matrix.platform }}