We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e8c30 commit 6e45103Copy full SHA for 6e45103
Makefile
@@ -29,7 +29,7 @@ $(PROTO_OUT):
29
mkdir $(PROTO_OUT)
30
31
##### Compile proto files for go #####
32
-grpc: buf-lint api-linter buf-breaking gogo-grpc fix-path
+grpc: buf-lint api-linter gogo-grpc fix-path
33
34
go-grpc: clean $(PROTO_OUT)
35
printf $(COLOR) "Compile for go-gRPC..."
temporal/api/cluster/v1/message.proto
@@ -24,7 +24,7 @@ syntax = "proto3";
24
25
package temporal.api.cluster.v1;
26
27
-option go_package = "go.temporal.io/api/cluster/v1;command";
+option go_package = "go.temporal.io/api/cluster/v1;cluster";
28
option java_package = "io.temporal.api.cluster.v1";
option java_multiple_files = true;
option java_outer_classname = "MessageProto";
0 commit comments