From 3d66e427c9d160965c95ee480ec0c0d77e38d944 Mon Sep 17 00:00:00 2001 From: Kevin Franklin Kim Date: Fri, 19 Sep 2025 11:36:36 +0200 Subject: [PATCH] chore: add -trimpath --- .goreleaser.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index ac9ac51..2304a37 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,6 +12,7 @@ builds: env: - CGO_ENABLED=0 flags: + - -trimpath - -tags=safe ldflags: - -s -w @@ -60,7 +61,7 @@ dockers: - '--pull' # https://github.com/opencontainers/image-spec/blob/main/annotations.md#pre-defined-annotation-keys - '--label=org.opencontainers.image.title={{.ProjectName}}' - - '--label=org.opencontainers.image.description=CLI utility manage infrastructure as code with helm' + - '--label=org.opencontainers.image.description=Project Oriented SHELL (posh)' - '--label=org.opencontainers.image.source={{.GitURL}}' - '--label=org.opencontainers.image.url={{.GitURL}}' - '--label=org.opencontainers.image.documentation={{.GitURL}}'