fix: Update gapic-generator to 2.6.0
Committer: @miraleung PiperOrigin-RevId: 336892742
This commit is contained in:
parent
313658e93f
commit
e72c6d2631
|
|
@ -76,8 +76,8 @@ rules_proto_toolchains()
|
|||
# section
|
||||
http_archive(
|
||||
name = "com_google_api_codegen",
|
||||
strip_prefix = "gapic-generator-2.5.0",
|
||||
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.5.0.zip"],
|
||||
strip_prefix = "gapic-generator-2.6.0",
|
||||
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.6.0.zip"],
|
||||
)
|
||||
|
||||
# rules_go (support Golang under bazel)
|
||||
|
|
|
|||
Loading…
Reference in New Issue