From eb0a32f8deeafe4e51856c50864040fc40854ace Mon Sep 17 00:00:00 2001 From: Masudur Rahman Date: Mon, 26 Feb 2024 01:19:13 +0600 Subject: [PATCH] Make CGO Enabled Signed-off-by: Masudur Rahman --- hack/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/build.sh b/hack/build.sh index 8003fcb..b11728e 100755 --- a/hack/build.sh +++ b/hack/build.sh @@ -31,7 +31,7 @@ if [ -z "${VERSION:-}" ]; then exit 1 fi -export CGO_ENABLED=0 +export CGO_ENABLED=1 export GOARCH="${ARCH}" export GOOS="${OS}" export GO111MODULE=on