Skip to content

Commit

Permalink
feat: Introduce .bazelversion and pin to 6.4.0 (#42)
Browse files Browse the repository at this point in the history
Background
---
`.bazelversion` is respected by [Bazelisk](https://bazel.build/install/bazelisk), which per Bazel's docs "s the recommended way to install Bazel"

Else we default to the latest version (opting into bzlmod) which causes some tests to fail (see: #41)

Co-authored-by: paiyar <[email protected]>
  • Loading branch information
paiyar and paiyar authored Jan 31, 2024
1 parent 03cb13c commit ed3de54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .bazelversion
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6.4.0

0 comments on commit ed3de54

Please sign in to comment.