From a3bbde9eed0470eb714cce73a297f77a98e07962 Mon Sep 17 00:00:00 2001 From: Alexander Berezovsky Date: Fri, 10 Sep 2021 22:27:47 +0000 Subject: [PATCH] Switch v8 to go modules only --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 939f4bc3712..dbb1521fe6c 100644 --- a/Makefile +++ b/Makefile @@ -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