From 4fa045d3807f4de0543b06e6ce79b89afb741adc Mon Sep 17 00:00:00 2001 From: "loki-gh-app[bot]" <160051081+loki-gh-app[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:31:51 +0100 Subject: [PATCH] fix(ci): do not disable CGO in Makefile (backport release-3.4.x) (#16272) Co-authored-by: Ashwanth --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 979ef5b0bc1ae..ff3956f16b879 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