From 714a724da2c5de380b9bcf64b0e58015ad501be5 Mon Sep 17 00:00:00 2001 From: bacnd Date: Sun, 23 Oct 2022 23:44:43 +0700 Subject: [PATCH] fix build and test --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf3727f..636828d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM golang:1.19 as builder ENV GO111MODULE=on -ENV GOFLAGS=" -ldflags '-w'" +ENV GOFLAGS="-ldflags=-w -ldflags=-s" ENV GOPROXY=direct ENV GOSUMDB=off