8000 Fix CI after bazel 6.0.0 (#938) · ahans/rules_python@8331522 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8331522

Browse files
authored
Fix CI after bazel 6.0.0 (bazel-contrib#938)
1 parent fcd0328 commit 8331522

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.2.0
1+
6.0.0

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# against.
1818
# This version should be updated together with the version of Bazel
1919
# in .bazelversion.
20-
BAZEL_VERSION = "5.2.0"
20+
BAZEL_VERSION = "6.0.0"
2121

2222
# Versions of Bazel which users should be able to use.
2323
# Ensures we don't break backwards-compatibility,

0 commit comments

Comments
 (0)
0