Skip to content

Commit

Permalink
Merge pull request #247 from dgageot/always-use-vendor
Browse files Browse the repository at this point in the history
Add missing -mod=vendor
  • Loading branch information
ekcasey authored Jul 31, 2019
2 parents a08f114 + b975982 commit d871331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GOENV=CGO_ENABLED=0
PACK_VERSION?=dev
PACK_BIN?=pack
PACKAGE_BASE=github.com/buildpack/pack
PACKAGES:=$(shell $(GOCMD) list ./... | grep -v /testdata/)
PACKAGES:=$(shell $(GOCMD) list -mod=vendor ./... | grep -v /testdata/)
SRC:=$(shell find . -type f -name '*.go' -not -path "./vendor/*")

all: clean verify test build
Expand Down

0 comments on commit d871331

Please sign in to comment.