Skip to content

Commit

Permalink
fix: a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Nov 18, 2024
1 parent 2b3ec8f commit 1c866f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ builds:
ldflags: &build-ldflags
- -X {{ .Env.REPO }}/pkg/version.Version={{ .Env.VERSION }}
- -X {{ .Env.REPO }}/pkg/version.GitCommit={{ .FullCommit }}
- -X {{ .Env.REPO }}/pkg/version.BuildDate={{ .Now.Format ""2006-01-02-15:04" }}
- -X {{ .Env.REPO }}/pkg/version.BuildDate={{ .Now.Format "2006-01-02-15:04" }}
- -s
- -w
goos:
Expand Down

0 comments on commit 1c866f0

Please sign in to comment.