Skip to content

Commit

Permalink
Remove automatic dependency upgrade on proto update (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz authored Sep 4, 2024
1 parent 9b25afc commit c4d79a5
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 @@ -8,7 +8,7 @@ install: grpc-install mockgen-install goimports-install update-proto
proto: http-api-docs grpc goimports proxy grpc-mock copyright

# Update submodule and compile proto files.
update-proto: update-proto-submodule proto update-dependencies gomodtidy
update-proto: update-proto-submodule proto gomodtidy
########################################################################

##### Variables ######
Expand Down

0 comments on commit c4d79a5

Please sign in to comment.