From 7ff15ddef20fbedd6751947f69969cf7433f2f36 Mon Sep 17 00:00:00 2001 From: Torrey Payne <11740989+torreypayne@users.noreply.github.com> Date: Tue, 11 Aug 2026 23:21:37 +0000 Subject: [PATCH] chore: update googleads bazel test target to v22 in kokoro --- .kokoro/bazel-test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.kokoro/bazel-test.sh b/.kokoro/bazel-test.sh index 3de4c8beb..40c4a0ccf 100755 --- a/.kokoro/bazel-test.sh +++ b/.kokoro/bazel-test.sh @@ -42,7 +42,7 @@ cat generator-versions.json # try generating the google/example/library/v1 ruby gapic library bazelisk build //google/example/library/v1:google-cloud-example-library-v1-ruby -# try generating the google/ads/googleads/v21 ruby gapic library -bazelisk build //google/ads/googleads/v21:googleads-ruby +# try generating the google/ads/googleads/v22 ruby gapic library +bazelisk build //google/ads/googleads/v22:googleads-ruby popd