Skip to content

Commit

Permalink
Use Bazel versions 5.0 and 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Mar 16, 2024
1 parent c5487f9 commit b56ebb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bazel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ on:
jobs:
bazel:
strategy:
fail-fast: false
matrix:
bazel: [ '4.2.2', '5.0.0' ]
bazel: [ '6.0.0', '5.0.0' ]
go: [ '1.17' ]
os: [ 'macos-11', 'ubuntu-22.04' ]
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit b56ebb9

Please sign in to comment.