diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3feec57..1a19f876 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: if: steps.install-go.outputs.cache-hit != 'true' - name: Lint code - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: version: ${{ env.GOLANGCI_LINT_VERSION }}