From 5733a4246348d23d254699fb2170af301cb80d2e Mon Sep 17 00:00:00 2001 From: Chris Smith Date: Wed, 7 Sep 2022 11:32:25 -0600 Subject: [PATCH] chore(internal/gapicgen): update microgen v0.33.0 (#6628) --- 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 ef1be9983a7..94ae7511fc6 100644 --- a/internal/gapicgen/cmd/genbot/Dockerfile +++ b/internal/gapicgen/cmd/genbot/Dockerfile @@ -27,7 +27,7 @@ RUN go install github.com/golang/protobuf/protoc-gen-go@v1.5.2 && \ go install golang.org/x/lint/golint@latest && \ go install golang.org/x/tools/cmd/goimports@latest && \ go install honnef.co/go/tools/cmd/staticcheck@latest && \ - go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.32.0 + go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.33.0 ENV PATH="${PATH}:/root/go/bin" # Source: http://debuggable.com/posts/disable-strict-host-checking-for-git-clone:49896ff3-0ac0-4263-9703-1eae4834cda3