diff --git a/Makefile b/Makefile index a46bd39..d733960 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ all: build build: @echo "Building $(BINARY_NAME)..." - @go build -ldflags="-s -w" -o $(BINARY_NAME) ./src + @go build -mod=vendor -ldflags="-s -w" -o $(BINARY_NAME) ./src @echo "Build completed successfully." install: