diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 4e03427c..f92d6b1e 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -48,7 +48,7 @@ jobs: # Skip this step for dependabot pull requests. if: always() && github.actor != 'dependabot[bot]' - name: Lint Go - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: version: v2.5.0 # Always run this step so that all linting errors can be seen at once.