Skip to content

Commit 478169f

Browse files
Google APIscopybara-github
authored andcommitted
chore(bazel): update Go microgenerator to v0.21.1
Changes include: - initial REST client support - add EnableJwtWithScope to default client opts - reorganizing all Go GAPIC dependencies in Bazel PiperOrigin-RevId: 381360057
1 parent 6fa6c00 commit 478169f

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

WORKSPACE

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ gapic_generator_register_toolchains()
246246
# Go
247247
##############################################################################
248248

249-
_gapic_generator_go_version = "0.20.5"
249+
_gapic_generator_go_version = "0.21.1"
250250

251251
http_archive(
252252
name = "com_googleapis_gapic_generator_go",
@@ -258,10 +258,6 @@ load("@com_googleapis_gapic_generator_go//:repositories.bzl", "com_googleapis_ga
258258

259259
com_googleapis_gapic_generator_go_repositories()
260260

261-
load("@com_googleapis_gapic_generator_go//rules_go_gapic:go_gapic_repositories.bzl", "go_gapic_repositories")
262-
263-
go_gapic_repositories()
264-
265261
##############################################################################
266262
# TypeScript
267263
##############################################################################

0 commit comments

Comments
 (0)