Skip to content

Commit

Permalink
Bump bazelisk version to 6.5.0. (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Hurst <aaronpaulhurst@gmail.com>
  • Loading branch information
aaronhurst-google and aaronpaulhurst committed Jun 13, 2024
1 parent 7369b1f commit 77a603d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.0
6.5.0
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ It is tested and working with the version listed in the `.bazelversion` file.

If you use [Bazelisk to use
Bazel](https://bazel.build/install/bazelisk), it will download the
correct version.
correct version. Bazelisk can be installed (e.g. for amd64) via:
```
$ wget https://github.com/bazelbuild/bazelisk/releases/latest/download/bazelisk-linux-amd64
$ chmod a+x bazelisk-linux-amd64
$ ln -s bazelisk-linux-amd64 bazel
```

## Running

Expand Down

0 comments on commit 77a603d

Please sign in to comment.