Skip to content

Commit

Permalink
Update protoc-gen-go to v1.33 in proto-builder container (#787)
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez authored May 3, 2024
1 parent 2621f8b commit 73f17ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/Dockerfile.proto-builder
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM golang:1.21-bullseye
RUN apt-get update && apt-get install --yes --no-install-recommends \
libprotobuf-dev \
protobuf-compiler \
&& go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28 \
&& go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.33 \
&& go install github.com/containerd/ttrpc/cmd/protoc-gen-go-ttrpc@v1.2.3 \
&& mkdir /protobuf

Expand Down

0 comments on commit 73f17ac

Please sign in to comment.