Skip to content

Commit 12b9ba7

Browse files
committed
fix unmarshal error
1 parent 619a381 commit 12b9ba7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.goreleaser.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
2+
23
builds:
3-
env:
4+
- env:
45
- CGO_ENABLED=0
5-
install_suffix: static
6+
gcflags:
7+
- installsuffix=static
68
ldflags:
79
- -s -w
10+

0 commit comments

Comments
 (0)