From 4c3f6f301677eea91636c57511addebb9825c31e Mon Sep 17 00:00:00 2001 From: Rohan Prabhu Date: Fri, 2 May 2025 21:29:39 +0530 Subject: [PATCH] feat: fix --- releasers/int.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasers/int.yml b/releasers/int.yml index 7fe503b..125acde 100644 --- a/releasers/int.yml +++ b/releasers/int.yml @@ -18,7 +18,7 @@ builds: flags: - -trimpath ldflags: - - -s -w -X main.version={{.Version}} -X main.commit={{.FullCommit}} -X main.date=123 -X main.ReleaseTag=int -X main.ReleaseBranch=int -X main.ReleaseCommit={{.FullCommit}} + - -s -w -X main.ReleaseTag=int -X main.ReleaseBranch=int -X main.ReleaseCommit={{.FullCommit}} # Optionally override the matrix generation and specify only the final list of targets.