From 31bc89abfb33282e5250c2ef8de1ad5bc512d592 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 10:08:50 +0000 Subject: [PATCH] build(deps): bump https://github.com/golangci/golangci-lint Bumps the pre-commit group with 1 update in the / directory: [https://github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint). Updates `https://github.com/golangci/golangci-lint` from v2.11.4 to 2.12.2 - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/main/CHANGELOG-v1.md) - [Commits](https://github.com/golangci/golangci-lint/compare/8f3b0c7ed018e57905fbd873c697e0b1ede605a5...c0d3ddc9cf3faa61a4e378e879ece580256d76e5) --- updated-dependencies: - dependency-name: https://github.com/golangci/golangci-lint dependency-version: 2.12.1 dependency-type: direct:production dependency-group: pre-commit ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 41f734a8..adb05066 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: check-xml - id: check-json - repo: https://github.com/golangci/golangci-lint - rev: 8f3b0c7ed018e57905fbd873c697e0b1ede605a5 # v2.11.4 + rev: c0d3ddc9cf3faa61a4e378e879ece580256d76e5 # v2.12.2 hooks: - id: golangci-lint-full - repo: https://github.com/hadolint/hadolint