Skip to content

Commit

Permalink
Merge pull request #13 from soracom/update-goreleaser-config
Browse files Browse the repository at this point in the history
build: update goreleaser configuration with new internal structure
  • Loading branch information
0x6b committed Jul 26, 2021
2 parents b08c3e0 + 9621307 commit 2f52b97
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 2f52b97

Please sign in to comment.