From d4c0b9646fc6418155a73b1d42800d06d8d43bbb Mon Sep 17 00:00:00 2001 From: "contentsquare-renovate[bot]" <167540071+contentsquare-renovate[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:18:09 +0000 Subject: [PATCH] chore(deps): update golangci/golangci-lint-action action to v9 --- .github/workflows/go-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-lint.yaml b/.github/workflows/go-lint.yaml index 4ff53fd..1953dbb 100644 --- a/.github/workflows/go-lint.yaml +++ b/.github/workflows/go-lint.yaml @@ -17,6 +17,6 @@ jobs: go-version-file: 'go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 with: version: v2.1.5