Skip to content

Commit

Permalink
Update Bazel version to 6.4.0 (#1085)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes authored Dec 8, 2023
1 parent 2e6f664 commit 83c3b5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
validate_config: 1
bazel: 6.3.2
bazel: 6.4.0
buildifier:
version: 6.3.3
version: 6.4.0
# no lint warnings for the moment. They are basically a smoke alarm in hell.
# keep this argument in sync with .pre-commit-config.yaml
warnings: "-confusing-name,-constant-glob,-duplicated-name,-function-docstring,-function-docstring-args,-function-docstring-header,-module-docstring,-name-conventions,-no-effect,-constant-glob,-provider-params,-print,-rule-impl-return,-bzl-visibility,-unnamed-macro,-uninitialized,-unreachable"
Expand Down
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.2
6.4.0

0 comments on commit 83c3b5d

Please sign in to comment.