Skip to content

Commit 42ec5a0

Browse files
committed
also use cgo_enabled=1 iin goreleaser
1 parent 6a6d007 commit 42ec5a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ before:
33
- go mod download
44
builds:
55
- env:
6-
- CGO_ENABLED=0
6+
- CGO_ENABLED=1
77
goos:
88
- darwin
99
- linux

0 commit comments

Comments
 (0)