Skip to content

Commit

Permalink
Fix version again...
Browse files Browse the repository at this point in the history
  • Loading branch information
ole108 committed Nov 19, 2024
1 parent 457dc9c commit 9cda898
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ builds:
goarch:
- amd64
ldflags:
- -X github.com/https://github.com/flowdev/fdialog/generated/buildinfo.buildDate={{.CommitDate}}
- -X github.com/https://github.com/flowdev/fdialog/generated/buildinfo.buildVersion={{.Version}}
- -X github.com/https://github.com/flowdev/fdialog/generated/buildinfo.commit={{.ShortCommit}}
- -X github.com/flowdev/fdialog/generated/buildinfo.buildDate={{.CommitDate}}
- -X github.com/flowdev/fdialog/generated/buildinfo.buildVersion={{.Version}}
- -X github.com/flowdev/fdialog/generated/buildinfo.commit={{.ShortCommit}}
flags:
- -tags=production
- -v
Expand Down

0 comments on commit 9cda898

Please sign in to comment.