Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to mattn/go-sqlite3 v1.14.19 #177

Open
voltagex opened this issue Jan 14, 2024 · 1 comment · May be fixed by #184
Open

Upgrade to mattn/go-sqlite3 v1.14.19 #177

voltagex opened this issue Jan 14, 2024 · 1 comment · May be fixed by #184

Comments

@voltagex
Copy link

voltagex commented Jan 14, 2024

Please bump this dependency version

github.com/mattn/go-sqlite3 v1.14.17

This fixes mattn/go-sqlite3#1164 - can't build on Alpine 3.19 (?)

For anyone else hitting this, a temporary workaround is to set CGO_CFLAGS="-D_LARGEFILE64_SOURCE"

@Racle
Copy link

Racle commented Mar 6, 2024

Also manually changing go-sqlite3 in your go.mod file to correct versions seems to fix this

github.com/mattn/go-sqlite3 v1.14.19 // indirect

alufers added a commit to alufers/sqlite that referenced this issue Mar 11, 2024
Updating this library will fix building on Alpine. This is helpful for people building in containers.
@alufers alufers linked a pull request Mar 11, 2024 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants