From c247d02d7073faeb54975994673f21c60ffe4646 Mon Sep 17 00:00:00 2001 From: alexferl Date: Mon, 31 Mar 2025 22:45:47 -0400 Subject: [PATCH] fix ci Signed-off-by: alexferl --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}