Skip to content

Commit

Permalink
Change all Makefile targets to use go modules
Browse files Browse the repository at this point in the history
  • Loading branch information
vitreuz committed Oct 7, 2020
1 parent 1cad35e commit 80d2c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ ginkgo_int = ginkgo $(GINKGO_INT_FLAGS)

GINKGO_UNITS_FLAGS=$(GINKGO_FLAGS) -randomizeSuites -p
ginkgo_units = ginkgo $(GINKGO_UNITS_FLAGS)
export GOFLAGS=-mod=vendor

all: lint test build

Expand Down

0 comments on commit 80d2c10

Please sign in to comment.