Skip to content

Commit

Permalink
Fix goreleaser issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Dec 2, 2019
1 parent 8476276 commit 82c64dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .goreleaser.yml
Expand Up @@ -11,8 +11,6 @@ builds:
- windows
release:
name_template: "{{.ProjectName}}-v{{.Version}}"
git:
short_hash: true
brew:
github:
owner: rs
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Expand Up @@ -6,3 +6,5 @@ require (
golang.org/x/crypto v0.0.0-20180524125353-159ae71589f3
golang.org/x/sys v0.0.0-20180525062015-31355384c89b // indirect
)

go 1.13

0 comments on commit 82c64dd

Please sign in to comment.