From edd3b80fb770548d6ad780105f1782de6ff73ea0 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Mon, 11 May 2020 21:06:37 -0700 Subject: [PATCH] bazel: update gapic-generator hash Changes include: - build_gen: inject longrunning Go GAPIC remote dep instead of target PiperOrigin-RevId: 311053644 --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index a9036508..851a00d8 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -69,8 +69,8 @@ rules_proto_toolchains() # section http_archive( name = "com_google_api_codegen", - strip_prefix = "gapic-generator-03abac35ec0716c6f426ffc1532f9a62f1c9e6a2", - urls = ["https://github.com/googleapis/gapic-generator/archive/03abac35ec0716c6f426ffc1532f9a62f1c9e6a2.zip"], + strip_prefix = "gapic-generator-899b503258d36fb8e65bb35cfe0d5636b3a6bd5b", + urls = ["https://github.com/googleapis/gapic-generator/archive/899b503258d36fb8e65bb35cfe0d5636b3a6bd5b.zip"], ) # rules_go (support Golang under bazel)