Skip to content

Commit

Permalink
Merge pull request #9 from scottgreenup/scottgreenup/signing
Browse files Browse the repository at this point in the history
Add signing to goreleaser
  • Loading branch information
scottgreenup authored Nov 28, 2018
2 parents 19d0ce0 + 0d12c80 commit 9f7a7f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ builds:
- CGO_ENABLED=0
ldflags: -s -w

sign:
artificats: checksum

archive:
format: tar.gz
wrap_in_directory: true
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
language: go

go:
- "1.11.x"

Expand Down

0 comments on commit 9f7a7f8

Please sign in to comment.