From 4c93214fe2d68d58288064dabcf0f14d5ff503be Mon Sep 17 00:00:00 2001 From: Dmitry Ledentsov Date: Wed, 21 Feb 2024 18:09:26 +0100 Subject: [PATCH] goreleaser: garble to avoid false positive detection --- .goreleaser.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 1455c17..044ca91 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -2,6 +2,7 @@ before: hooks: - go mod tidy - go test ./... + - go install mvdan.cc/garble@latest builds: - env: - CGO_ENABLED=0 @@ -11,8 +12,7 @@ builds: - darwin ldflags: - -s -w -X github.com/d-led/pathdebug/common.Version={{.Version}} - ignore: - - goarch: 386 + gobinary: garble archives: - format: tar.gz