srctree

Robin Linden parent 38c3b1c6 d04e3436
Update Bazel to 4.2.1 and Bazelisk to 1.10.1

inlinesplit
.bazelversion added: 4, removed: 4, total 0
@@ -1 +1 @@
4.2.0
4.2.1
 
.github/workflows/ci.yaml added: 4, removed: 4, total 0
@@ -96,7 +96,7 @@ jobs:
path: ~/.cache/bazel
key: bazel
- name: Install
run: wget https://github.com/bazelbuild/bazelisk/releases/download/v1.9.0/bazelisk-linux-amd64 --output-document=bazelisk
run: wget https://github.com/bazelbuild/bazelisk/releases/download/v1.10.1/bazelisk-linux-amd64 --output-document=bazelisk
- name: Build
run: bazelisk build //...
- name: Test