Skip to content

Commit adb239e

Browse files
authored
Bump to Bazel 7.7.0 (#1787)
1 parent 4f68cc1 commit adb239e

File tree

20 files changed

+67
-67
lines changed

20 files changed

+67
-67
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.6.2
1+
7.7.0

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ bazel_dep(
257257
)
258258
bazel_dep(
259259
name = "rules_go",
260-
version = "0.58.2",
260+
version = "0.58.3",
261261
dev_dependency = True,
262262
repo_name = "io_bazel_rules_go", # for com_github_bazelbuild_buildtools
263263
)
264-
bazel_dep(name = "gazelle", version = "0.45.0", dev_dependency = True)
264+
bazel_dep(name = "gazelle", version = "0.46.0", dev_dependency = True)
265265

266266
go_sdk = use_extension(
267267
"@io_bazel_rules_go//go:extensions.bzl",

MODULE.bazel.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

WORKSPACE

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,10 @@ local_repository(
106106

107107
http_archive(
108108
name = "io_bazel_rules_go",
109-
sha256 = "54bbb67a4196170cc60ef3b52a2747ad1759cba4764b4c4752b744080ad99947",
109+
sha256 = "82f0af253fc61c7f06b005c67c079573776111185b7c3742563f751178aaa4c0",
110110
urls = [
111-
"https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.2/rules_go-v0.58.2.zip",
112-
"https://github.com/bazel-contrib/rules_go/releases/download/v0.58.2/rules_go-v0.58.2.zip",
111+
"https://mirror.bazel.build/github.com/bazel-contrib/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip",
112+
"https://github.com/bazel-contrib/rules_go/releases/download/v0.58.3/rules_go-v0.58.3.zip",
113113
],
114114
)
115115

deps/latest/MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ bazel_dep(name = "rules_proto", version = "7.1.0")
1515
# https://github.com/bazelbuild/bazel/pull/25681 removed
1616
# `bazel_tools/tools/cpp/osx_cc_wrapper.sh.tpl` in the `last_green` Bazel as of
1717
# 2025-04-08. At least `test_cross_build` breaks without this.
18-
bazel_dep(name = "rules_cc", version = "0.2.10")
18+
bazel_dep(name = "rules_cc", version = "0.2.13")

dt_patches/test_dt_patches/MODULE.bazel.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dt_patches/test_dt_patches_user_srcjar/MODULE.bazel.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/crossbuild/MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/overridden_artifacts/MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/scala3/MODULE.bazel.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)