diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dea098b..fdf13c3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: run: go run gotest.tools/gotestsum@latest -f testname -- ./... -race -count=1 -coverprofile=coverage.txt -covermode=atomic -shuffle=on - name: Upload coverage reports to Codecov - if: ${{ matrix.os == 'ubuntu-latest' && matrix.go-version == 'stable' }} + if: ${{ matrix.os == 'ubuntu-latest' && matrix.go-version == '1.23.x' }} uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }}