Skip to content

Commit

Permalink
Fix GoReleaser configuration
Browse files Browse the repository at this point in the history
Remove deprecated replacement section.
  • Loading branch information
HeavyWombat committed May 15, 2024
1 parent d74a6fa commit 8c6babe
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ builds:
- -s -w -extldflags "-static" -X github.com/homeport/havener/internal/cmd.version={{.Version}}
mod_timestamp: '{{ .CommitTimestamp }}'

archives:
- replacements:
darwin: darwin
linux: linux

checksum:
name_template: 'checksums.txt'

Expand Down

0 comments on commit 8c6babe

Please sign in to comment.