From fbaf614b3e920a4fbfbaa026df37b80fa8c820b1 Mon Sep 17 00:00:00 2001 From: noahdietz Date: Thu, 24 Jun 2021 12:52:27 -0700 Subject: [PATCH] chore(internal): update microgen to v0.21.2 --- 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 b097205cae9..7290674a78d 100644 --- a/internal/gapicgen/cmd/genbot/Dockerfile +++ b/internal/gapicgen/cmd/genbot/Dockerfile @@ -28,7 +28,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.20.4 + github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.21.2 ENV PATH="${PATH}:/root/go/bin" # Source: http://debuggable.com/posts/disable-strict-host-checking-for-git-clone:49896ff3-0ac0-4263-9703-1eae4834cda3