Skip to content

Commit

Permalink
fix: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cg…
Browse files Browse the repository at this point in the history
…o to work. This is a stub
  • Loading branch information
DeeStarks committed Aug 13, 2022
1 parent bb1564c commit 5830b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
- env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
- windows
Expand Down

0 comments on commit 5830b89

Please sign in to comment.