From a188f9e1baf8bc85220af257ed5fe26175529385 Mon Sep 17 00:00:00 2001 From: Brian Bockelman Date: Mon, 1 Jan 2024 08:39:57 -0600 Subject: [PATCH] Update precommit hook to latest release Prior release was having go syntax errors with other changes. Unclear if it was a bad copy of `golandci-lint` cached locally or a bug in the release; either way, a version bump is reasonable. --- .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 12dba4bf9..e882b4950 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,6 +12,6 @@ repos: args: [--allow-multiple-documents] - id: check-added-large-files - repo: https://github.com/golangci/golangci-lint - rev: v1.54.2 + rev: v1.55.2 hooks: - id: golangci-lint