Skip to content

Commit

Permalink
Missing removal of buildid in build.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Joao Pereira <joaod@vmware.com>
  • Loading branch information
joaopapereira committed May 11, 2022
1 parent dd35924 commit 714912c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hack/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ set -e -x -u

# makes builds reproducible
export CGO_ENABLED=0
LDFLAGS="-buildid="

go fmt ./cmd/... ./pkg/... ./test/...
go mod vendor
Expand Down

0 comments on commit 714912c

Please sign in to comment.