Skip to content

Commit

Permalink
(fix) use CGO_ENABLED=1 for sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Jun 26, 2024
1 parent e2817ea commit db8b4e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ builds:
-
main: main.go
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
- darwin
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,5 @@ BenchmarkLogRotation-10 9712 143824 ns/op 9707 B/op
- v1.0.0: Initial release
- v2.0.0: Fixed log rotation issue and tail issues
- v2.0.11: Fixed invalid db issue on race, and use bytes instead of strings
- v2.0.13: buntdb -> sqlite3

0 comments on commit db8b4e1

Please sign in to comment.