From c98b42953e4df4fdc2ada240d9c0b5f23ba7e1f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 00:35:53 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6f4e719c..ca6f1fb5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,7 @@ on: - main env: # renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver-coerced - GOLANGCI_LINT_VERSION: "v1.64.8" + GOLANGCI_LINT_VERSION: "v2.13.2" IMAGE_NAME: "${{ github.repository }}" PLATFORMS: "linux/amd64,linux/arm64" REGISTRY: "ghcr.io"