bazel-contrib / bazel-contrib/.github
[FR] allow setting bazel-version explicitly
Open
- Dominant language
- No language data
- Stars
- 7
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
Currently `bazel.yaml` set's two bazel-versions "implicitly", the version from `.bazelversion` and `8.0.0rc1`. ([source](https://github.com/bazel-contrib/.github/blob/master/.github/workflows/bazel.yaml#L87-L90))
It would be great to be able to set the bazel-versions explicitly.
maybe something like this:
```yaml
jobs:
test:
uses: bazel-contrib/.github/.github/workflows/bazel.yaml@v6
with:
bazelversions: |
[
"6.5.0",
"7.4.1",
"8.0.0rc1"
]
```
which could lead to the list being `.bazelversion`+those versions.
Contributor guide
Assessment
This issue has not been assessed yet.