summaryrefslogtreecommitdiff
path: root/vendor/github.com/go-playground/validator/v10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/go-playground/validator/v10/Makefile')
-rw-r--r--vendor/github.com/go-playground/validator/v10/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/go-playground/validator/v10/Makefile b/vendor/github.com/go-playground/validator/v10/Makefile
index 09f171ba1..e097dfaf2 100644
--- a/vendor/github.com/go-playground/validator/v10/Makefile
+++ b/vendor/github.com/go-playground/validator/v10/Makefile
@@ -1,4 +1,4 @@
-GOCMD=GO111MODULE=on go
+GOCMD=go
linters-install:
@golangci-lint --version >/dev/null 2>&1 || { \
@@ -15,4 +15,4 @@ test:
bench:
$(GOCMD) test -run=NONE -bench=. -benchmem ./...
-.PHONY: test lint linters-install \ No newline at end of file
+.PHONY: test lint linters-install