Skip to content

Commit

Permalink
Fix ldflags for version (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Reinhard Naegele <[email protected]>
  • Loading branch information
unguiculus authored Mar 26, 2020
1 parent a0b9b22 commit 6f5f4d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ builds:
- windows
ldflags:
- >-
-X github.com/helm/chart-testing/ct/cmd.Version={{ .Tag }}
-X github.com/helm/chart-testing/ct/cmd.GitCommit={{ .Commit }}
-X github.com/helm/chart-testing/ct/cmd.BuildDate={{ .Date }}
-X github.com/helm/chart-testing/v3/ct/cmd.Version={{ .Tag }}
-X github.com/helm/chart-testing/v3/ct/cmd.GitCommit={{ .Commit }}
-X github.com/helm/chart-testing/v3/ct/cmd.BuildDate={{ .Date }}
archives:
- format_overrides:
- goos: windows
Expand Down

0 comments on commit 6f5f4d9

Please sign in to comment.