We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e29647 + f6ed345 commit 1c7c29eCopy full SHA for 1c7c29e
.goreleaser.yaml
@@ -24,6 +24,7 @@ builds:
24
- darwin
25
- freebsd
26
- openbsd
27
+ - windows
28
goarch:
29
- "386"
30
- amd64
go.mod
@@ -15,7 +15,7 @@ require (
15
github.com/google/go-github/v26 v26.0.10
16
github.com/google/renameio v0.1.0
17
github.com/google/uuid v1.1.1 // indirect
18
- github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95 // indirect
+ github.com/hectane/go-acl v0.0.0-20190604041725-da78bae5fc95
19
github.com/huandu/xstrings v1.2.0 // indirect
20
github.com/imdario/mergo v0.3.7 // indirect
21
github.com/kr/text v0.1.0
0 commit comments