From 99cc59d705c7b941df26e269c5af1f2911f60a0e Mon Sep 17 00:00:00 2001 From: "ske-renovate-operator[bot]" <289664651+ske-renovate-operator[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 16:33:56 +0000 Subject: [PATCH] Update golangci/golangci-lint-action action to v9.3.0 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f2ed7a..33eae49 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Verify go.mod is sane run: go mod tidy && git diff --no-patch --exit-code - name: Golangci-lint - uses: golangci/golangci-lint-action@v9.2.1 + uses: golangci/golangci-lint-action@v9.3.0 with: version: v2.12.2 - name: Run unit tests