From ef8aeb51390a0c786a612ff6a591b8ed968e829a Mon Sep 17 00:00:00 2001 From: Florian Weikert Date: Thu, 28 Oct 2021 10:43:33 +0200 Subject: [PATCH] Run latest Buildifier during presubmit (#957) 0.22.0 is no longer supported (the current version is 4.0.1), thus leading to errors on CI: https://buildkite.com/bazel/bazel-toolchains/builds/24660 Co-authored-by: Chi Wang --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 2dbc38623..2411c41e5 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -1,6 +1,6 @@ --- buildifier: - version: 4.0.1 + version: latest # Check for issues with the format of our bazel config files. # All warnings from https://github.com/bazelbuild/buildtools/blob/master/WARNINGS.md # are enabled except: