mirror of
https://github.com/google/go-jsonnet.git
synced 2025-08-07 06:47:16 +02:00
ci: pin bazel version to 7.5.0, and require up-to-date lockfile for CI build
Bazel 7 is currently in maintenance and supported to the end of 2026. The CI build should require an up-to-date lockfile so that we can try to catch before merging if Bazel dep changes are made without the corresponding lockfile change.
This commit is contained in:
parent
bc787d68ca
commit
1f986a65f3
1
.bazelversion
Normal file
1
.bazelversion
Normal file
@ -0,0 +1 @@
|
||||
7.5.0
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -61,8 +61,8 @@ jobs:
|
||||
~/.cache/bazel
|
||||
~/.cache/bazelisk
|
||||
key: ${{ runner.os }}-bazel-cache
|
||||
- run: bazel build //...
|
||||
- run: bazel test //...
|
||||
- run: bazelisk build --lockfile_mode=error //...
|
||||
- run: bazelisk test --lockfile_mode=error //...
|
||||
|
||||
all:
|
||||
name: Check all
|
||||
|
1679
MODULE.bazel.lock
1679
MODULE.bazel.lock
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user