Skip to content

Commit

Permalink
build: update goreleaser configuration with new internal structure
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6b committed Jul 26, 2021
1 parent 8085777 commit 9621307
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ builds:
- -trimpath
ldflags:
- -s -w
- -X 'github.com/soracom/soratun/cmd.Commit={{.ShortCommit}}'
- -X 'github.com/soracom/soratun/cmd.Tag={{.Tag}}'
- -X 'github.com/soracom/soratun/internal.Revision={{.Commit}}'
- -X 'github.com/soracom/soratun/internal.Version={{.Version}}'
checksum:
name_template: "checksums.txt"
snapshot:
Expand Down

0 comments on commit 9621307

Please sign in to comment.