chore: re-enable Go buildid

With Go 1.20.4 the reproducibility issue is fixed.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2023-05-08 21:40:42 +04:00
parent e67f3f5c54
commit cdfc242b83
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD

View File

@ -73,7 +73,7 @@ IMAGER_SYSTEM_EXTENSIONS ?=
CGO_ENABLED ?= 0 CGO_ENABLED ?= 0
GO_BUILDFLAGS ?= GO_BUILDFLAGS ?=
GO_LDFLAGS ?= all=-buildid= GO_LDFLAGS ?=
GOAMD64 ?= v2 GOAMD64 ?= v2
WITH_RACE ?= false WITH_RACE ?= false