From e198ec95e392ced460ede93f3f589bcdc2ab2ca4 Mon Sep 17 00:00:00 2001 From: "mogenius-renovate-bot[bot]" <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 09:37:57 +0000 Subject: [PATCH] chore(deps): update dependency golangci/golangci-lint to v2 Signed-off-by: mogenius-renovate-bot[bot] <260588915+mogenius-renovate-bot[bot]@users.noreply.github.com> --- .github/workflows/golangci-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 77ef8dc..82e4104 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -16,7 +16,7 @@ on: golangci_lint_version: description: 'golangci-lint version' required: false - default: 'v1.64.8' # renovate: datasource=github-releases depName=golangci/golangci-lint + default: 'v2.12.2' # renovate: datasource=github-releases depName=golangci/golangci-lint type: string args: description: 'Extra arguments passed to golangci-lint run'