Skip to content

Commit

Permalink
Run latest Buildifier during presubmit (#957)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
fweikert and coeuvre authored Oct 28, 2021
1 parent 42cc5b2 commit ef8aeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ef8aeb5

Please sign in to comment.