Skip to content

Commit

Permalink
chore(internal/gapicgen): update microgen to v0.23.5 (#5181)
Browse files Browse the repository at this point in the history
In REST clients, singular, primitive required fields will be added to query params regardless of if they are default empty value or not.

This is the fix for #5174 which will come in the next regen.
  • Loading branch information
noahdietz authored Dec 3, 2021
1 parent c8271d4 commit 589c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/cmd/genbot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.23.4
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.23.5
ENV PATH="${PATH}:/root/go/bin"

# Source: http://debuggable.com/posts/disable-strict-host-checking-for-git-clone:49896ff3-0ac0-4263-9703-1eae4834cda3
Expand Down

0 comments on commit 589c83f

Please sign in to comment.