From b0500f97b8deae920f5fd8c2f461c0667c108c79 Mon Sep 17 00:00:00 2001 From: "mingsheng.su" Date: Tue, 18 Jun 2019 18:22:36 +0800 Subject: [PATCH] update make file --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b768f2530..f33955362 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ dev: ## Build and install a development build fi @mkdir -p pkg/$(GOOS)_$(GOARCH) @mkdir -p bin - @go install -mod=vendor -ldflags '$(GOLDFLAGS)' + @go install -ldflags '$(GOLDFLAGS)' @cp $(GOPATH)/bin/packer bin/packer @cp $(GOPATH)/bin/packer pkg/$(GOOS)_$(GOARCH)