From 2b5bfb7afdd461db894da33a707aa8517ab1b9dd Mon Sep 17 00:00:00 2001 From: dukai Date: Wed, 28 May 2025 20:14:40 +0800 Subject: [PATCH] Update: update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: