From 6b9738e675dffffdbda3292d2f103253e768177f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 14 May 2025 09:32:04 +0200 Subject: [PATCH] GOGC empty default value for build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dcfdfb250..f435fdc2d 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ DATE := $(shell date -u '+%Y-%m-%d_%I:%M:%S%p') # Default build target GOOS := $(shell go env GOOS) GOARCH := $(shell go env GOARCH) -GOGC ?= off +GOGC ?= LINT_EXECUTABLES = misspell shellcheck