From b26ef37282132ef4a837623175437d915e5b164b Mon Sep 17 00:00:00 2001 From: Softonik Date: Thu, 8 Dec 2022 05:17:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=B1=D0=BE=D1=80=D0=BA=D0=B0=20=D0=B1?= =?UTF-8?q?=D0=B5=D0=B7=20=D0=B4=D0=B5=D0=B1=D0=B0=D0=B3=20=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=B2=D0=BE=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Magefile.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magefile.go b/Magefile.go index 75027a3..5038853 100644 --- a/Magefile.go +++ b/Magefile.go @@ -67,5 +67,5 @@ func build() { --entrypoint=/usr/local/go/bin/go \ \ ` + ImageName + " " + - `install -buildvcs=false`) + `install -ldflags=-s -buildvcs=false`) }