Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion third_party/googleapis/.bazeliskrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# See https://github.com/bazelbuild/bazelisk
USE_BAZEL_VERSION=4.2.2
USE_BAZEL_VERSION=6.0.0
2 changes: 1 addition & 1 deletion third_party/googleapis/.github/workflows/diregapic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on: # yamllint disable-line rule:truthy
jobs:
regenerate-compute:
runs-on: ubuntu-latest
container: gcr.io/gapic-images/googleapis:20220711
container: gcr.io/gapic-images/googleapis:20230301
steps:
- name: Checkout master
uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions third_party/googleapis/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
OWNERS
README.google
google/internal
google/protobuf
.project
Expand Down
2 changes: 1 addition & 1 deletion third_party/googleapis/.kokoro/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN mkdir -p /tools
WORKDIR /tools
RUN curl -L https://github.com/bazelbuild/bazelisk/releases/download/v1.12.0/bazelisk-linux-amd64 -o bazelisk
RUN chmod +x bazelisk
RUN curl -L https://github.com/bazelbuild/bazel/releases/download/5.2.0/bazel-5.2.0-linux-x86_64 -o bazel
RUN curl -L https://github.com/bazelbuild/bazel/releases/download/6.0.0/bazel-6.0.0-linux-x86_64 -o bazel
RUN chmod +x bazel
WORKDIR /

Expand Down
2 changes: 1 addition & 1 deletion third_party/googleapis/.kokoro/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ docker container run \
--workdir ${KOKORO_ROOT} \
--ipc=host \
--entrypoint ${KOKORO_ARTIFACTS_DIR}/github/googleapis/.kokoro/build.sh \
gcr.io/gapic-images/googleapis:20220711
gcr.io/gapic-images/googleapis:20230301
25 changes: 0 additions & 25 deletions third_party/googleapis/README.google

This file was deleted.

Loading