ci: pin bazel version

This commit is contained in:
eric
2026-03-15 12:15:40 +01:00
parent 08f2abc60e
commit fbe1eb3fc8
5 changed files with 5 additions and 4 deletions

View File

@@ -15,7 +15,7 @@
...
}:
let
bazelVersion = "9.0.0";
bazelVersion = "9.0.1";
in
repo-lib.lib.mkRepo {
inherit self nixpkgs;