diff --git a/Makefile b/Makefile index dadc8b6..7c4b560 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ all: deps proto build .PHONY: deps deps: @echo "Installing project dependencies..." - go install . + go mod tidy .PHONY: proto proto: