Skip to content

Commit 6e45103

Browse files
authored
fix cluster package name (#192)
* fix cluster package name * disable buf breaking
1 parent 08e8c30 commit 6e45103

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $(PROTO_OUT):
2929
mkdir $(PROTO_OUT)
3030

3131
##### Compile proto files for go #####
32-
grpc: buf-lint api-linter buf-breaking gogo-grpc fix-path
32+
grpc: buf-lint api-linter gogo-grpc fix-path
3333

3434
go-grpc: clean $(PROTO_OUT)
3535
printf $(COLOR) "Compile for go-gRPC..."

Diff for: temporal/api/cluster/v1/message.proto

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ syntax = "proto3";
2424

2525
package temporal.api.cluster.v1;
2626

27-
option go_package = "go.temporal.io/api/cluster/v1;command";
27+
option go_package = "go.temporal.io/api/cluster/v1;cluster";
2828
option java_package = "io.temporal.api.cluster.v1";
2929
option java_multiple_files = true;
3030
option java_outer_classname = "MessageProto";

0 commit comments

Comments
 (0)