Skip to content

Commit

Permalink
chore: remove unused ldflag
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 13, 2024
1 parent a12c61f commit e42ab16
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 @@ -26,7 +26,7 @@ builds:
- windows
- darwin
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}} -X main.builtBy=goreleaser'
- '-s -w -X main.version={{.Version}} -X main.commit={{.ShortCommit}}'
archives:
- name_template: >-
{{ .ProjectName }}_
Expand Down

0 comments on commit e42ab16

Please sign in to comment.