From d144a7f7583bd8288db9ab39bbf86596732b8366 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Wed, 24 May 2023 12:08:40 -0700 Subject: [PATCH] Disable cgo in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cb10ca4..b42025d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PREFIX ?= /usr/local lure: internal/config/version.txt - go build + CGO_ENABLED=0 go build clean: rm -f lure