We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9829b commit 4fa045dCopy full SHA for 4fa045d
Makefile
@@ -32,8 +32,6 @@ GOHOSTOS ?= $(shell go env GOHOSTOS)
32
GOARCH ?= $(shell go env GOARCH)
33
GOARM ?= $(shell go env GOARM)
34
GOEXPERIMENT ?= $(shell go env GOEXPERIMENT)
35
-CGO_ENABLED := 0
36
-GO_ENV := GOEXPERIMENT=$(GOEXPERIMENT) GOOS=$(GOOS) GOARCH=$(GOARCH) GOARM=$(GOARM) CGO_ENABLED=$(CGO_ENABLED)
37
38
GOTEST ?= go test
39
0 commit comments