Skip to content

Commit 36508c6

Browse files
Google APIscopybara-github
authored andcommitted
chore(bazel): update Go microgenerator to v0.18.2
Includes a fix for gapic_metadata generation. PiperOrigin-RevId: 358038305
1 parent 4d31723 commit 36508c6

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
@@ -289,8 +289,8 @@ gapic_generator_register_toolchains()
289289

290290
http_archive(
291291
name = "com_googleapis_gapic_generator_go",
292-
strip_prefix = "gapic-generator-go-0.18.1",
293-
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.18.1.tar.gz"],
292+
strip_prefix = "gapic-generator-go-0.18.2",
293+
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.18.2.tar.gz"],
294294
)
295295

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

0 commit comments

Comments
 (0)