From 5e41e00cfd7f3b148d9abe4114615dab08bc4990 Mon Sep 17 00:00:00 2001 From: Stepan Stipl Date: Fri, 27 Aug 2021 16:17:33 +0100 Subject: [PATCH] chore: Fix failing pre-commit golang fmt --- .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 f95223ce..d97a4f21 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,6 +18,6 @@ repos: hooks: - id: checkmake - repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks - rev: master + rev: v2.1.0 hooks: - id: pretty-format-golang