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 169d957 commit 34421bbCopy full SHA for 34421bb
Makefile
@@ -24,8 +24,7 @@ $(PROTO_OUT):
24
mkdir $(PROTO_OUT)
25
26
##### Compile proto files for go #####
27
-# grpc: buf-lint buf-breaking go-grpc
28
-grpc: buf-lint go-grpc
+grpc: buf-lint buf-breaking go-grpc
29
30
go-grpc: clean $(PROTO_OUT)
31
printf $(COLOR) "Compile for go-gRPC..."
0 commit comments