From 4ee0a0cdf85c0924a47913c2b5312d351a4eaf44 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 20:16:07 +0000 Subject: [PATCH] Update golangci/golangci-lint-action action to v9 --- .github/workflows/ci-go.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-go.yaml b/.github/workflows/ci-go.yaml index 783204e..d4d67f9 100644 --- a/.github/workflows/ci-go.yaml +++ b/.github/workflows/ci-go.yaml @@ -23,7 +23,7 @@ jobs: with: go-version-file: go.mod - name: Run linter - uses: golangci/golangci-lint-action@v8 + uses: golangci/golangci-lint-action@v9 - name: Install dependencies run: go mod download - name: Test with Go