Skip to content

Commit 178d16d

Browse files
Google APIscopybara-github
authored andcommitted
chore(bazel): update Go microgenerator to v0.18.1
Changes include: - adding GapicMetadata generation - renaming plugin flag `gapic-service-config` -> `api-service-config` (still supports the old one, but it is undocumented) - normal updates to dependencies PiperOrigin-RevId: 357260962
1 parent 1b2ab49 commit 178d16d

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
@@ -281,8 +281,8 @@ gapic_generator_register_toolchains()
281281

282282
http_archive(
283283
name = "com_googleapis_gapic_generator_go",
284-
strip_prefix = "gapic-generator-go-0.17.1",
285-
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.17.1.tar.gz"],
284+
strip_prefix = "gapic-generator-go-0.18.1",
285+
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.18.1.tar.gz"],
286286
)
287287

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

0 commit comments

Comments
 (0)