Skip to content

Commit 9cda898

Browse files
committed
Fix version again...
1 parent 457dc9c commit 9cda898

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ builds:
2424
goarch:
2525
- amd64
2626
ldflags:
27-
- -X github.com/https://github.com/flowdev/fdialog/generated/buildinfo.buildDate={{.CommitDate}}
28-
- -X github.com/https://github.com/flowdev/fdialog/generated/buildinfo.buildVersion={{.Version}}
29-
- -X github.com/https://github.com/flowdev/fdialog/generated/buildinfo.commit={{.ShortCommit}}
27+
- -X github.com/flowdev/fdialog/generated/buildinfo.buildDate={{.CommitDate}}
28+
- -X github.com/flowdev/fdialog/generated/buildinfo.buildVersion={{.Version}}
29+
- -X github.com/flowdev/fdialog/generated/buildinfo.commit={{.ShortCommit}}
3030
flags:
3131
- -tags=production
3232
- -v

0 commit comments

Comments
 (0)