Skip to content

Commit

Permalink
chore(internal/gapicgen): update protoc-gen-go (#3070)
Browse files Browse the repository at this point in the history
github.com/googleapis/gapic-generator-go@v0.15.3 from github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@v0.15.3 requires github.com/golang/protobuf@v1.4.3
  • Loading branch information
codyoss committed Oct 22, 2020
1 parent c1a4c3e commit 846989f
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.2 \
github.com/golang/protobuf/protoc-gen-go@v1.4.3 \
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 846989f

Please sign in to comment.