Skip to content

Commit 5a3edc8

Browse files
Google APIscopybara-github
authored andcommitted
chore: update gapic-generator-go to v0.17.0
Changes include: - a default audience is generated for client JWT creation - treats RPCs that have some pagination fields but no repeated field as normal RPCs - use DefaultEndpoint and DefaultMTLSEndpoint for default options - updates to bazel & Go deps PiperOrigin-RevId: 350447881
1 parent 700afd1 commit 5a3edc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ gazelle_dependencies()
271271

272272
http_archive(
273273
name = "com_googleapis_gapic_generator_go",
274-
strip_prefix = "gapic-generator-go-0.15.2",
275-
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.15.2.tar.gz"],
274+
strip_prefix = "gapic-generator-go-0.17.0",
275+
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.17.0.tar.gz"],
276276
)
277277

278278
load("@com_googleapis_gapic_generator_go//:repositories.bzl", "com_googleapis_gapic_generator_go_repositories")

0 commit comments

Comments
 (0)