Skip to content

Commit 78e61ea

Browse files
update protoc-gen-go-grpc
1 parent de21934 commit 78e61ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/go/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PROTOC := $(PROTOC_TMP_DIR)/bin/protoc
4949
$(GOBIN)/protoc-gen-go: ../../go.mod
5050
go install google.golang.org/protobuf/cmd/protoc-gen-go
5151
$(GOBIN)/protoc-gen-go-grpc:
52-
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.3.0
52+
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
5353

5454
$(PROTOC):
5555
-mkdir -p "$(PROTOC_TMP_DIR)" && \

0 commit comments

Comments
 (0)