chore: remove Go buildid

See https://github.com/golang/go/issues/59553

The problem is that `buildid` is not reproducible for Talos builds with
Go 1.20+. Remove the `buildid` until the issue is resolved to make
builds reproducible.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2023-04-12 14:59:39 +04:00
parent e31f7f50b1
commit bd1cff3e83
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
GO_BUILDFLAGS ?=
GO_LDFLAGS ?=
GO_LDFLAGS ?= all=-buildid=
GOAMD64 ?= v2
WITH_RACE ?= false