Skip to content

Commit

Permalink
Merge pull request #68 from tweag/cg/upgrade_to_bazel_7_0_0
Browse files Browse the repository at this point in the history
chore: upgrade Bazel to 7.0.0
  • Loading branch information
mergify[bot] authored Dec 12, 2023
2 parents 7979791 + a12a172 commit c102873
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazeliskrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
USE_BAZEL_VERSION=7.0.0rc5
USE_BAZEL_VERSION=7.0.0
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
bazel_mode: [workspace, module]
version: ["5.3.0", "6.0.0", "7.0.0rc5"]
version: ["5.3.0", "6.0.0", "7.0.0"]
exclude:
- version: 5.3.0
bazel_mode: module
Expand Down

0 comments on commit c102873

Please sign in to comment.