Drop GOPRIVATE from Makefile

This commit is contained in:
Abin Simon
2022-06-30 17:21:14 +05:30
parent 59139526c8
commit dbf6ff94fd
+1 -1
View File
@@ -1,6 +1,6 @@
.PHONY: tidy
tidy:
GOPRIVATE=github.com/paralus/* go mod tidy
go mod tidy
.PHONY: vendor
vendor:
go mod vendor