diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 039c2c7..77609f3 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -61,7 +61,7 @@ jobs: # NOTE: Using the official golangci-lint GitHub Action should give # better performance than manually installing golangci-lint and running # 'make lint-go'. - uses: golangci/golangci-lint-action@v6.5.0 + uses: golangci/golangci-lint-action@v8.0.0 with: version: v1.64 # Always run this step so that all linting errors can be seen at once.