Skip to content

Commit ddabd17

Browse files
authored
build: update the comment of workspace for bazel version (#22712)
* build: update the comment of workspace for bazel version The minimum bazel version to use with this repo is v4.0.0. * build: remove the comment `# The minimum bazel version to use with this repo is v3.1.0.` remove the `# The minimum bazel version to use with this repo is v3.1.0.`, the code is pretty self-explanatory related #21722
1 parent f116000 commit ddabd17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WORKSPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ bazel_skylib_workspace()
4242

4343
load("@build_bazel_rules_nodejs//:index.bzl", "check_bazel_version", "node_repositories", "yarn_install")
4444

45-
# The minimum bazel version to use with this repo is v3.1.0.
4645
check_bazel_version("4.0.0")
4746

4847
node_repositories(

0 commit comments

Comments
 (0)