Skip to content

Commit

Permalink
bazel: Add .bazelversion file
Browse files Browse the repository at this point in the history
This change adds a `.bazelversion` file which allows `bazelisk` users to
use the expected version of `bazel` when building. The version of bazel
specified matches that of the one used in Github Actions currently.

This is a small quality-of-life improvement, as otherwise the default of
"latest release" will download bazel 7, fail to build, and create
bzlmod-related files in the process.
  • Loading branch information
minor-fixes authored and EdSchouten committed Mar 11, 2024
1 parent 20598f4 commit 7b232a7
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.0.0

0 comments on commit 7b232a7

Please sign in to comment.