From 622f70ee655cfcf2e3bb364e91aab78cdba97dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Jan 2021 12:14:01 -0500 Subject: [PATCH] Bump yoheimuta/protolint from v0.27.0 to v0.28.0 (#1161) Bumps yoheimuta/protolint from v0.27.0 to v0.28.0. Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d616f6a..7a913dc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ FROM borkdude/clj-kondo:2020.09.09 as clj-kondo FROM dotenvlinter/dotenv-linter:3.0.0 as dotenv-linter FROM mstruebing/editorconfig-checker:2.3.1 as editorconfig-checker -FROM yoheimuta/protolint:v0.27.0 as protolint +FROM yoheimuta/protolint:v0.28.0 as protolint FROM golangci/golangci-lint:v1.36.0 as golangci-lint FROM koalaman/shellcheck:v0.7.1 as shellcheck FROM wata727/tflint:0.23.1 as tflint