Skip to content

Commit

Permalink
chore(internal/gapicgen): fix genbot (googleapis#2721)
Browse files Browse the repository at this point in the history
Go tooling was failing due to inconsistencies between protoc-gen-go
versions. This was caused by googleapis#2715.

Tested locally and the Dockerfile now builds.
  • Loading branch information
codyoss authored and tritone committed Aug 25, 2020
1 parent 9ee38c2 commit b6428b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gapicgen/cmd/genbot/Dockerfile
Expand Up @@ -29,7 +29,7 @@ RUN go version

# Install Go tools.
RUN GO111MODULE=on go get \
github.com/golang/protobuf/protoc-gen-go@v1.4.1 \
github.com/golang/protobuf/protoc-gen-go@v1.4.2 \
golang.org/x/lint/golint@latest \
golang.org/x/tools/cmd/goimports@latest \
honnef.co/go/tools/cmd/staticcheck@latest \
Expand Down

0 comments on commit b6428b9

Please sign in to comment.