Skip to content

Commit a71a734

Browse files
chore: enable cgo in goreleaser (#215)
Signed-off-by: Siddhant N Trivedi <siddhant@deepsource.io>
1 parent 873fd33 commit a71a734

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before:
77
builds:
88
-
99
env:
10-
- CGO_ENABLED=0
10+
- CGO_ENABLED=1
1111
flags:
1212
- -tags=static_all
1313
goos:

0 commit comments

Comments
 (0)