Skip to content

Commit 0429b81

Browse files
committed
fix: panic mod index err
1 parent 3ec750d commit 0429b81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: .goreleaser.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ builds:
44
binary: book
55
env:
66
- CGO_ENABLED=0
7-
flags:
8-
- -mod=vendor
9-
ldflags: -s -w
107
goos:
118
- linux
129
- windows
1310
- darwin
1411
goarch:
12+
- "386"
1513
- amd64
1614
- arm
1715
- arm64

0 commit comments

Comments
 (0)