From 4e84c293481c950cfb44b1dcd265debba404dfb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 19:26:16 +0800 Subject: [PATCH] [dep][actions](deps): Bump golangci/golangci-lint-action (#4766) --- .github/workflows/10-test-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/10-test-lint.yaml b/.github/workflows/10-test-lint.yaml index 4a4cc3047..ac417c355 100644 --- a/.github/workflows/10-test-lint.yaml +++ b/.github/workflows/10-test-lint.yaml @@ -32,7 +32,7 @@ jobs: go-version: 1.24 - name: golangci-lint - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 + uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0 continue-on-error: true # we dont want to enforce just yet with: version: v1.52.2