From cdfc242b8354f4cc4e7ce51bbe3a8fb20b35995d Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 8 May 2023 21:40:42 +0400 Subject: [PATCH] chore: re-enable Go buildid With Go 1.20.4 the reproducibility issue is fixed. Signed-off-by: Andrey Smirnov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9efb0f214..a862c6665 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ IMAGER_SYSTEM_EXTENSIONS ?= CGO_ENABLED ?= 0 GO_BUILDFLAGS ?= -GO_LDFLAGS ?= all=-buildid= +GO_LDFLAGS ?= GOAMD64 ?= v2 WITH_RACE ?= false