diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 463ec98a..b436d2fa 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -31,9 +31,9 @@ jobs: - name: Compile run: make build - name: golangci-lint - uses: golangci/golangci-lint-action@v7.0.0 + uses: golangci/golangci-lint-action@v8.0.0 with: - version: v2.0.2 + version: v2.1.6 - name: Test run: make test-unit - name: Upload unit test coverage to Codecov