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`) }