From ed3de545f2a781868c0ae6e7b00196faaab034fd Mon Sep 17 00:00:00 2001 From: paiyar Date: Wed, 31 Jan 2024 00:27:11 -0800 Subject: [PATCH] feat: Introduce .bazelversion and pin to 6.4.0 (#42) 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: https://github.com/sluongng/nogo-analyzer/pull/41) Co-authored-by: paiyar --- .bazelversion | 1 + 1 file changed, 1 insertion(+) create mode 100644 .bazelversion diff --git a/.bazelversion b/.bazelversion new file mode 100644 index 0000000..19b860c --- /dev/null +++ b/.bazelversion @@ -0,0 +1 @@ +6.4.0