chore: update gapic-generator to v2.8.0

PiperOrigin-RevId: 342906697
This commit is contained in:
Google APIs 2020-11-17 11:27:56 -08:00 committed by Copybara-Service
parent 3ac5ef0436
commit 5fdb685a68
1 changed files with 2 additions and 2 deletions

View File

@ -76,8 +76,8 @@ rules_proto_toolchains()
# section
http_archive(
name = "com_google_api_codegen",
strip_prefix = "gapic-generator-2.6.2",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.6.2.zip"],
strip_prefix = "gapic-generator-2.8.0",
urls = ["https://github.com/googleapis/gapic-generator/archive/v2.8.0.zip"],
)
# rules_go (support Golang under bazel)