From 810dff9b41702370c19e08f329786cc0e9d36477 Mon Sep 17 00:00:00 2001 From: Ashwanth Date: Fri, 14 Feb 2025 13:33:01 +0530 Subject: [PATCH] fix(ci): do not disable CGO in Makefile (#16271) --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 26ec380327..ce1fd1fa61 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,6 @@ GOHOSTOS ?= $(shell go env GOHOSTOS) GOARCH ?= $(shell go env GOARCH) GOARM ?= $(shell go env GOARM) GOEXPERIMENT ?= $(shell go env GOEXPERIMENT) -CGO_ENABLED := 0 -GO_ENV := GOEXPERIMENT=$(GOEXPERIMENT) GOOS=$(GOOS) GOARCH=$(GOARCH) GOARM=$(GOARM) CGO_ENABLED=$(CGO_ENABLED) GOTEST ?= go test