From 79d6d74cb778ed1b20d04b4f01b11c3bfba790fa Mon Sep 17 00:00:00 2001 From: Dimas Restu H Date: Tue, 26 Apr 2022 22:06:41 +0700 Subject: [PATCH] update Makefile revert back cgo enabled to 0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 691ff2f..e4a4c44 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -BUILD_CGO_ENABLED := 1 +BUILD_CGO_ENABLED := 0 SERVICE_NAME := go-whatsapp-multidevice-rest SERVICE_PORT := 3000 IMAGE_NAME := go-whatsapp-multidevice-rest