From 19d5ebe41068af96c3375ca8aecd42f82e704375 Mon Sep 17 00:00:00 2001 From: "scality-renovate[bot]" <234218835+scality-renovate[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 04:07:07 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v9 --- .github/workflows/pre-merge.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index ca89e74..cb1a3be 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -37,7 +37,7 @@ jobs: with: go-version: ${{ env.GO_VERSION }} - name: golangci-lint ${{ matrix.modules }} - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v9 with: version: ${{ env.GOLANGCI_LINT_VERSION }} working-directory: ${{ matrix.modules }}