From 3ad13c1591497a9522cb0ee3eec4bfb5ab6430ff Mon Sep 17 00:00:00 2001 From: Rohan Prabhu Date: Mon, 5 May 2025 12:44:22 +0530 Subject: [PATCH] feat: fix gorelaser --- .goreleaser.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9c6ead2..c6e41fc 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -18,7 +18,7 @@ builds: flags: - -trimpath ldflags: - - -s -w -X main.version={{.Version}} -X main.ReleaseCommit={{.FullCommit}} -X main.date=123 -X main.ReleaseTag={{.Tag}} -X ain.ReleaseBranch={{.Branch}} + - -s -w -X main.ReleaseTag={{.Tag}} -X main.ReleaseBranch={{.Branch}} -X main.ReleaseCommit={{.FullCommit}} # Optionally override the matrix generation and specify only the final list of targets.