From b50ba2dc9c88fcfa01ef211ea85764b8ec6afa9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 04:29:55 +0000 Subject: [PATCH] migrate: Update to version 4.18.2 --- bucket/migrate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/migrate.json b/bucket/migrate.json index 31d422a00b..80c33f1c90 100644 --- a/bucket/migrate.json +++ b/bucket/migrate.json @@ -1,16 +1,16 @@ { - "version": "4.18.1", + "version": "4.18.2", "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.18.1/migrate.windows-amd64.zip", - "hash": "bdfbbd61094d17cbc08167c0269cf863159f2f98fa389de40e04ceae99880361" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.2/migrate.windows-amd64.zip", + "hash": "7d5c029d5bcda9767cadedc5a2cd2127e21a36afb0f0c260e117cd386cf6803b" }, "32bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.1/migrate.windows-386.zip", - "hash": "de4d82daa67c50d039ac291e57b206d0bca8d886a2ac65ca19118ef5c8489913" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.2/migrate.windows-386.zip", + "hash": "67baefa996b5b0e73ce1f00e7059db5f2cb5e39232ffdb91dd4e6de9c8d1327c" } }, "bin": "migrate.exe",