Skip to content

Commit

Permalink
chore(deps): update dependency bazel to v8 (#1004)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency bazel to v8

* update ci to match

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alex Eagle <alex@aspect.dev>
  • Loading branch information
renovate[bot] and alexeagle authored Dec 11, 2024
1 parent 1657a6a commit cb6e9c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.4.1
8.0.0
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
v=$(head -n 1 .bazelversion)
m=${v::1}
a=(
"major:8, version:\"last_rc\""
"major:$m, version:\"$v\""
"major:7, version:\"7.4.1\""
"major:6, version:\"6.5.0\""
)
printf -v j '{%s},' "${a[@]}"
Expand Down

0 comments on commit cb6e9c3

Please sign in to comment.