Skip to content

Commit

Permalink
Switch v8 to go modules only
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b committed Sep 10, 2021
1 parent 95bac9e commit a3bbde9
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 @@ -27,7 +27,7 @@ ginkgo_int = ginkgo $(GINKGO_INT_FLAGS)

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

all: lint test build

Expand Down

0 comments on commit a3bbde9

Please sign in to comment.