Skip to content

Commit

Permalink
fix goreleaser deprecation and remove darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuettner committed Dec 16, 2024
1 parent 47005a9 commit 14751b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ builds:
main: cmd/main.go
goos:
- linux
- darwin
goarch:
- amd64
ldflags:
Expand Down Expand Up @@ -37,4 +36,4 @@ changelog:
- '^docs:'

snapshot:
name_template: "{{ .Tag }}-{{ .ShortCommit }}"
version_template: "{{ .Tag }}-{{ .ShortCommit }}"

0 comments on commit 14751b4

Please sign in to comment.