We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc862c commit c873217Copy full SHA for c873217
Dockerfile
@@ -203,7 +203,7 @@ RUN go install github.com/ramya-rao-a/go-outline@latest
203
204
FROM docker.io/library/golang:1.23 as go-protoc
205
ARG PROTOC_GEN_GO_VERSION=v1.35.2
206
-ARG PROTOC_GEN_GO_GRPC_VERSION=v1.2
+ARG PROTOC_GEN_GO_GRPC_VERSION=v1.5.1
207
RUN go install google.golang.org/protobuf/cmd/protoc-gen-go@${PROTOC_GEN_GO_VERSION}
208
RUN go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@${PROTOC_GEN_GO_GRPC_VERSION}
209
0 commit comments