Skip to content

Commit

Permalink
goreleaser file fixes for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bengadbois committed Jun 18, 2024
1 parent 201cc72 commit e3f615a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

before:
hooks:
- go mod tidy
Expand All @@ -10,13 +12,6 @@ builds:
- darwin
ldflags:
- -s -w -X "github.com/bengadbois/pewpew/cmd.buildTime={{.Date}}" -X "github.com/bengadbois/pewpew/cmd.version={{.Version}}"
archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit e3f615a

Please sign in to comment.