diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4a67b61..7cd1e8a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -49,7 +49,7 @@ jobs: - name: Test run: go test -race -v -count=1 -coverprofile=coverage.out ./... - - uses: codecov/codecov-action@v2 + - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} flags: go-${{ matrix.go-version }}