From 2760fe5ca6f99be07def224e89583092a4a77d16 Mon Sep 17 00:00:00 2001 From: Cody Oss <6331106+codyoss@users.noreply.github.com> Date: Thu, 3 Dec 2020 13:52:04 -0700 Subject: [PATCH] chore(internal/gapicgen): upgrade gapic generator to v0.16.0 (#3347) This most notably will start passing a new internaloption in all apis to enable them to authenticate with self-signed JWTs if applicable. --- internal/gapicgen/cmd/genbot/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/gapicgen/cmd/genbot/Dockerfile b/internal/gapicgen/cmd/genbot/Dockerfile index 00b23d9c976..72241c326f4 100644 --- a/internal/gapicgen/cmd/genbot/Dockerfile +++ b/internal/gapicgen/cmd/genbot/Dockerfile @@ -33,7 +33,7 @@ RUN GO111MODULE=on go get \ golang.org/x/lint/golint@latest \ golang.org/x/tools/cmd/goimports@latest \ honnef.co/go/tools/cmd/staticcheck@latest \ - github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.15.3 + github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.16.0 ENV PATH="${PATH}:/root/go/bin" # Source: http://debuggable.com/posts/disable-strict-host-checking-for-git-clone:49896ff3-0ac0-4263-9703-1eae4834cda3