1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Bump migrate/migrate from v4.16.2 to v4.18.3

Bumps migrate/migrate from v4.16.2 to v4.18.3.

---
updated-dependencies:
- dependency-name: migrate/migrate
  dependency-version: v4.18.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-04-30 07:40:43 +00:00
committed by github-actions[bot]
parent 7354453da9
commit 8cc89ce6dd

View File

@ -23,7 +23,7 @@ services:
- /var/lib/postgresql/data:rw # Necessary to speed up integration tests.
migrate-reference:
image: migrate/migrate:v4.16.2
image: migrate/migrate:v4.18.3
command: >
-source 'file:///migrations'
-database 'postgresql://postgres:postgres@postgres:5432/reference?sslmode=disable' up
@ -34,7 +34,7 @@ services:
- ./migrations:/migrations:ro
migrate-transaction:
image: migrate/migrate:v4.16.2
image: migrate/migrate:v4.18.3
command: >
-source 'file:///migrations'
-database 'postgresql://postgres:postgres@postgres:5432/transaction?sslmode=disable' up