GOGC empty default value for build

This commit is contained in:
Michael
2025-05-14 09:32:04 +02:00
committed by GitHub
parent b82290ac5b
commit 6b9738e675
+1 -1
View File
@@ -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