Skip to content

Commit 9804b6c

Browse files
Google APIscopybara-github
authored andcommitted
chore: use bazel 6.0.0 in generation
PiperOrigin-RevId: 513245394
1 parent 187d780 commit 9804b6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.bazeliskrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# See https://github.com/bazelbuild/bazelisk
2-
USE_BAZEL_VERSION=5.2.0
2+
USE_BAZEL_VERSION=6.0.0

.kokoro/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN mkdir -p /tools
1313
WORKDIR /tools
1414
RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 -o bazelisk
1515
RUN chmod +x bazelisk
16-
RUN curl -L https://github.com/bazelbuild/bazel/releases/download/5.2.0/bazel-5.2.0-linux-x86_64 -o bazel
16+
RUN curl -L https://github.com/bazelbuild/bazel/releases/download/6.0.0/bazel-6.0.0-linux-x86_64 -o bazel
1717
RUN chmod +x bazel
1818
WORKDIR /
1919

0 commit comments

Comments
 (0)