From cc9c690cd05de0d212ec11f25c16eb68fc2c4cd3 Mon Sep 17 00:00:00 2001 From: Roxie Gibson Date: Fri, 13 Aug 2021 13:28:18 +0100 Subject: [PATCH] build: added GOPRIVATE export to makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 96108b985..0e79de285 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ GOPATH := $(shell go env GOPATH) VERSION := $(shell cat ./version) LDFLAGS := "-X 'main.Commit=$(COMMIT)' -X 'main.Version=$(VERSION)'" DIST_LDFLAGS := $(LDFLAGS)" -s -w" +export GOPRIVATE=coopcloud.tech all: run test install build clean format check static