Skip to content

Commit 73f17ac

Browse files
Update protoc-gen-go to v1.33 in proto-builder container (#787)
Signed-off-by: Austin Vazquez <[email protected]>
1 parent 2621f8b commit 73f17ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/docker/Dockerfile.proto-builder

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ FROM golang:1.21-bullseye
1616
RUN apt-get update && apt-get install --yes --no-install-recommends \
1717
libprotobuf-dev \
1818
protobuf-compiler \
19-
&& go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.28 \
19+
&& go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.33 \
2020
&& go install github.com/containerd/ttrpc/cmd/[email protected] \
2121
&& mkdir /protobuf
2222

0 commit comments

Comments
 (0)