Skip to content

Commit 1c7c29e

Browse files
authored
Add Windows release (#390)
Add Windows release
2 parents 8e29647 + f6ed345 commit 1c7c29e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.goreleaser.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ builds:
2424
- darwin
2525
- freebsd
2626
- openbsd
27+
- windows
2728
goarch:
2829
- "386"
2930
- amd64

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/google/go-github/v26 v26.0.10
1616
github.com/google/renameio v0.1.0
1717
github.com/google/uuid v1.1.1 // indirect
18-
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 // indirect
18+
github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
1919
github.com/huandu/xstrings v1.2.0 // indirect
2020
github.com/imdario/mergo v0.3.7 // indirect
2121
github.com/kr/text v0.1.0

0 commit comments

Comments
 (0)