Closed pejter closed 10 months ago
https://github.com/rubenv/sql-migrate/commit/bc5e259a9623795fe565877f8b711b78a2bc2933 fixed https://github.com/mattn/go-sqlite3/issues/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:
apk add build-base
go install -v github.com/rubenv/sql-migrate/sql-migrate@v1.6.0
go install -v github.com/rubenv/sql-migrate/sql-migrate@master
Done! Thanks for the reminder!
https://github.com/rubenv/sql-migrate/commit/bc5e259a9623795fe565877f8b711b78a2bc2933 fixed https://github.com/mattn/go-sqlite3/issues/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:
apk add build-base
go install -v github.com/rubenv/sql-migrate/sql-migrate@v1.6.0
(this results in the error)go install -v github.com/rubenv/sql-migrate/sql-migrate@master
(github.com/mattn/go-sqlite3 v1.14.19 used, no error)