From 7f369ce1e959fcd6f46be6ad4ea3525af6917f7f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 02:06:22 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/golangci/golangci-lint: v1.51.2 → v1.52.0](https://github.com/golangci/golangci-lint/compare/v1.51.2...v1.52.0) - [github.com/Bahjat/pre-commit-golang: v1.0.2 → v1.0.3](https://github.com/Bahjat/pre-commit-golang/compare/v1.0.2...v1.0.3) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9995b5be..bbcb31f1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,11 +9,11 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/golangci/golangci-lint - rev: v1.51.2 + rev: v1.52.0 hooks: - id: golangci-lint - repo: https://github.com/Bahjat/pre-commit-golang - rev: v1.0.2 + rev: v1.0.3 hooks: - id: go-fmt-import - id: go-unit-tests