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

Possible release to fix build issue on Alpine Linux #260

Closed
pejter opened this issue Jan 15, 2024 · 1 comment
Closed

Possible release to fix build issue on Alpine Linux #260

pejter opened this issue Jan 15, 2024 · 1 comment

Comments

@pejter
Copy link

pejter commented Jan 15, 2024

bc5e259 fixed mattn/go-sqlite3#1164 which causes a build issue on Alpine Linux.
Is 1.6.1 release on the horizon so the fix is available?

Steps to reproduce:

  1. Launch a docker container with latest golang image (golang:1.21.6-alpine3.19 as of writing this)
  2. apk add build-base
  3. go install -v github.com/rubenv/sql-migrate/sql-migrate@v1.6.0 (this results in the error)
  4. go install -v github.com/rubenv/sql-migrate/sql-migrate@master (github.com/mattn/go-sqlite3 v1.14.19 used, no error)
@rubenv
Copy link
Owner

rubenv commented Jan 15, 2024

Done! Thanks for the reminder!

@rubenv rubenv closed this as completed Jan 15, 2024
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

No branches or pull requests

2 participants