You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using SQLite database with the docker image fails because of disabled cgo on image build.
2025/05/16 06:29:53 using SQLite database
2025/05/16 06:29:53 /home/runner/work/developers-italia-api/developers-italia-api/internal/database/database.go:26
[error] failed to initialize database, got error Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub
panic: can't open database: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub