bazel: upgrade gapic-generator-go to v0.13.2

Changes include:
* update Bazel rules_go to v0.22.3
* update Bazel Go repositories with latest
* fix Bazel go_gapic_assembly_pkg archive contents path

PiperOrigin-RevId: 306294636
This commit is contained in:
Google APIs 2020-04-13 13:12:45 -07:00 committed by Copybara-Service
parent a34f4eb96a
commit f561f57eea
1 changed files with 2 additions and 2 deletions

View File

@ -208,8 +208,8 @@ gazelle_dependencies()
http_archive(
name = "com_googleapis_gapic_generator_go",
strip_prefix = "gapic-generator-go-0.13.0",
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.13.0.tar.gz"],
strip_prefix = "gapic-generator-go-0.13.2",
urls = ["https://github.com/googleapis/gapic-generator-go/archive/v0.13.2.tar.gz"],
)
load("@com_googleapis_gapic_generator_go//:repositories.bzl", "com_googleapis_gapic_generator_go_repositories")