Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump github.com/go-gormigrate/gormigrate/v2 from 2.1.1 t…
…o 2.1.2 (#1095) Bumps [github.com/go-gormigrate/gormigrate/v2](https://github.com/go-gormigrate/gormigrate) from 2.1.1 to 2.1.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/go-gormigrate/gormigrate/releases">github.com/go-gormigrate/gormigrate/v2's releases</a>.</em></p> <blockquote> <h2>v2.1.2</h2> <h3>Added</h3> <ul> <li>Fix LastInsertId error in postgres driver (by <a href="https://github.com/oxyno-zeta"><code>@oxyno-zeta</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/go-gormigrate/gormigrate/blob/master/CHANGELOG.md">github.com/go-gormigrate/gormigrate/v2's changelog</a>.</em></p> <blockquote> <h2>[2.1.2] - 2024-03-18</h2> <h3>Added</h3> <ul> <li>Fix LastInsertId error in postgres driver (by <a href="https://github.com/oxyno-zeta"><code>@oxyno-zeta</code></a>)</li> </ul> <h3>Changed</h3> <ul> <li>Update dependencies</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/db7575cc3e2a804a89b3f7c5839c5c65298a63cf"><code>db7575c</code></a> Merge pull request <a href="https://redirect.github.com/go-gormigrate/gormigrate/issues/218">#218</a> from go-gormigrate/update-deps</li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/e2a02138605fe176d5f2f12dd6d6fb0492b2b1b9"><code>e2a0213</code></a> Release 2.1.2</li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/68141c79f0a0a9b9c6f434483ddca03b0bf89687"><code>68141c7</code></a> Fix LastInsertId error in postgres driver, closes <a href="https://redirect.github.com/go-gormigrate/gormigrate/issues/217">#217</a></li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/00412f74d6041104c3318587226cb3be095424bc"><code>00412f7</code></a> Bump go deps</li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/3ae8ad43d65ccb70463fd67f05c4e36570a0bab1"><code>3ae8ad4</code></a> readme: add mariadb alongside mysql</li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/238380dc6f4034462e83968754b480f8b37ffa3a"><code>238380d</code></a> integration-test: cleanup</li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/e0336849949941330ed84b71defb94429fb05387"><code>e033684</code></a> integration-test: bump postgres image 14 => 16</li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/82b4678d392ada8fae3c404893782e880bd4e79f"><code>82b4678</code></a> integration-test: bump mariadb image 10 => 11, add missing mysql 8</li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/943719bb4590c5349fa589b944ce0485c114bdbc"><code>943719b</code></a> ci: remove go matrix from integration-test, use version from go.mod instead</li> <li><a href="https://github.com/go-gormigrate/gormigrate/commit/2533ee1a9b5ba58c0ae05d6c439cdceac579c649"><code>2533ee1</code></a> integration-test: bump go to latest 1.22</li> <li>Additional commits viewable in <a href="https://github.com/go-gormigrate/gormigrate/compare/v2.1.1...v2.1.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/go-gormigrate/gormigrate/v2&package-manager=go_modules&previous-version=2.1.1&new-version=2.1.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
- Loading branch information