From 80f9d9202996339f2d2d9b1339b1ea72c149e21b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 00:32:14 +0000 Subject: [PATCH] migrate: Update to version 4.17.0 --- bucket/migrate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/migrate.json b/bucket/migrate.json index 95b8942c27..2e01d1f37a 100644 --- a/bucket/migrate.json +++ b/bucket/migrate.json @@ -1,16 +1,16 @@ { - "version": "4.16.2", + "version": "4.17.0", "description": "Reads and applies migrations in correct order to a database.", "homepage": "https://github.com/golang-migrate/migrate", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.windows-amd64.zip", - "hash": "df7b8ae23c57d50f6d50ddd4579ef7879ca653e5068b5d79db56eaba51c06e5c" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.windows-amd64.zip", + "hash": "147b2f9f1fd10167d78567038398496639d4b42aa83f7e3209854ed658c9b1fb" }, "32bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v4.16.2/migrate.windows-386.zip", - "hash": "33614b084627d9a208cb26c6df394fb185190ccffc506a1d7258e348a976e9e5" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.windows-386.zip", + "hash": "3aa17a00ef1ac2472045a75a77748c63c8fa9a74241f25700877241a3bee5592" } }, "bin": "migrate.exe",