Skip to content

Commit

Permalink
Re-enable buf compat check in Makefile (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Apr 14, 2023
1 parent 84a8e55 commit e40424b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $(PROTO_OUT):
mkdir $(PROTO_OUT)

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

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

0 comments on commit e40424b

Please sign in to comment.