Skip to content

Commit c873217

Browse files
committed
build(deps): update protoc-gen-go-grpc from 1.2 to 1.5.1
1 parent ffc862c commit c873217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ RUN go install github.com/ramya-rao-a/go-outline@latest
203203

204204
FROM docker.io/library/golang:1.23 as go-protoc
205205
ARG PROTOC_GEN_GO_VERSION=v1.35.2
206-
ARG PROTOC_GEN_GO_GRPC_VERSION=v1.2
206+
ARG PROTOC_GEN_GO_GRPC_VERSION=v1.5.1
207207
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@${PROTOC_GEN_GO_VERSION}
208208
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@${PROTOC_GEN_GO_GRPC_VERSION}
209209

0 commit comments

Comments
 (0)