golang-migrate / migrate

Database migrations. CLI and Golang library.
Other
14.48k stars 1.34k forks source link

Upgrade go-sqlite3 to v1.14.22 #1098

Closed gjabell closed 3 weeks ago

gjabell commented 1 month ago

The current version is quite old (late 2022) and there are some fixes in-between (e.g. fixing musl builds).

Full changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.16...v1.14.22

gjabell commented 1 month ago

Lint seems to be broken for an unrelated reason: https://github.com/golang-migrate/migrate/actions/runs/9320703102/job/25658046309?pr=1098#step:4:25

coveralls commented 1 month ago

Coverage Status

coverage: 56.335%. remained the same when pulling c81eaf79183b81510a229639709ed08f96603726 on gjabell:master into 04b36ebaac41964a54faa3e4b35254963dd88a3d on golang-migrate:master.

Shion1305 commented 3 weeks ago

CI indicates that this PR has lint error, however, this is due to golangci-lint, as described in https://github.com/golang-migrate/migrate/issues/1104. Merging https://github.com/golang-migrate/migrate/pull/1105 and rebasing should solve this.