Skip to content

Commit

Permalink
Add Windows release (#390)
Browse files Browse the repository at this point in the history
Add Windows release
  • Loading branch information
twpayne committed Jul 8, 2019
2 parents 8e29647 + f6ed345 commit 1c7c29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yaml
Expand Up @@ -24,6 +24,7 @@ builds:
- darwin
- freebsd
- openbsd
- windows
goarch:
- "386"
- amd64
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -15,7 +15,7 @@ require (
github.com/google/go-github/v26 v26.0.10
github.com/google/renameio v0.1.0
github.com/google/uuid v1.1.1 // indirect
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 // indirect
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
github.com/huandu/xstrings v1.2.0 // indirect
github.com/imdario/mergo v0.3.7 // indirect
github.com/kr/text v0.1.0
Expand Down

0 comments on commit 1c7c29e

Please sign in to comment.