Skip to content

Commit

Permalink
chore: Add version in version command for fctl
Browse files Browse the repository at this point in the history
  • Loading branch information
flemzord committed Jul 19, 2023
1 parent e377c3e commit fc551af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/fctl/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ builds:
- binary: fctl
id: fctl
ldflags:
- -X github.com/formancehq/fctl/cmd.BuildDate={{ .Date }}
- -X github.com/formancehq/fctl/cmd.Version={{ .Version }}
- -X github.com/formancehq/fctl/cmd.Commit={{ .ShortCommit }}
- -X github.com/formancehq/fctl/cmd/version.BuildDate={{ .Date }}
- -X github.com/formancehq/fctl/cmd/version.Version={{ .Version }}
- -X github.com/formancehq/fctl/cmd/version.Commit={{ .ShortCommit }}
- -X github.com/formancehq/fctl/pkg.DefaultSegmentWriteKey={{ .Env.SEGMENT_WRITE_KEY }}
- -extldflags "-static"
env:
Expand Down

1 comment on commit fc551af

@vercel
Copy link

@vercel vercel bot commented on fc551af Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.