From df6a7fefc6e1fe9e0d6f7b814e3308da828b829f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 16:39:34 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v9 --- .github/workflows/build-go-pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-go-pipeline.yaml b/.github/workflows/build-go-pipeline.yaml index c6dfdc3..d57f5db 100644 --- a/.github/workflows/build-go-pipeline.yaml +++ b/.github/workflows/build-go-pipeline.yaml @@ -58,7 +58,7 @@ jobs: working-directory: KittenClaws - name: Run lint - uses: golangci/golangci-lint-action@v6 + uses: golangci/golangci-lint-action@v9 with: working-directory: KittenClaws