WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit d0084cc

Browse files
committed
enable cgo
1 parent ef8fea5 commit d0084cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go/.goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# The lines below are called `modelines`. See `:help modeline`
55
# Feel free to remove those if you don't want/need to use them.
6-
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
6+
# yaml-language-server: $schema=https://goreleaser.com/static/schema-pro.json
77
# vim: set ts=2 sw=2 tw=0 fo=cnqoj
88

99
version: 2
@@ -15,7 +15,7 @@ before:
1515

1616
builds:
1717
- env:
18-
- CGO_ENABLED=0
18+
- CGO_ENABLED=1
1919
goos:
2020
- linux
2121
# - darwin

0 commit comments

Comments
 (0)