Skip to content

Commit

Permalink
build: fix release version (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: Sertac Ozercan <sozercan@gmail.com>
  • Loading branch information
sozercan committed Jul 25, 2023
1 parent 32b2d41 commit 9987d9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ builds:
-X github.com/project-copacetic/copacetic/pkg/version.GitVersion={{.Version}}
-X github.com/project-copacetic/copacetic/pkg/version.GitCommit={{.Commit}}
-X github.com/project-copacetic/copacetic/pkg/version.BuildDate={{.Date}}
-X main.Version=$(.Version)
-X main.version={{.Version}}
-extldflags "-static"
binary: copa
hooks: {}
Expand Down

0 comments on commit 9987d9f

Please sign in to comment.