Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 11b4f3a

Browse files
sgotandblacktop
authored andcommitted
fix Makefile to use vendor #2 (#3)
1 parent ad3cc23 commit 11b4f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ ci: lint test ## Run all the tests and code checks
7575

7676
build: ## Build a beta version of malice
7777
@echo "===> Building Binaries"
78-
go build
78+
go build -mod=vendor
7979

8080
clean: ## Clean up artifacts
8181
rm *.tar

0 commit comments

Comments
 (0)