From 61b23fa6fa386907037f7ca39e9e7daf2f9ab499 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Apr 2025 08:30:07 +0000 Subject: [PATCH] migrate: Update to version 4.18.3 --- bucket/migrate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/migrate.json b/bucket/migrate.json index 80c33f1c90..1384fcedec 100644 --- a/bucket/migrate.json +++ b/bucket/migrate.json @@ -1,16 +1,16 @@ { - "version": "4.18.2", + "version": "4.18.3", "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.2/migrate.windows-amd64.zip", - "hash": "7d5c029d5bcda9767cadedc5a2cd2127e21a36afb0f0c260e117cd386cf6803b" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.3/migrate.windows-amd64.zip", + "hash": "6074e16862bc8211349495257e41a0a40b4b3c5eb2b52388c761f0a32d7558b2" }, "32bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.2/migrate.windows-386.zip", - "hash": "67baefa996b5b0e73ce1f00e7059db5f2cb5e39232ffdb91dd4e6de9c8d1327c" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.18.3/migrate.windows-386.zip", + "hash": "7543fbfe2c924e1f3e04dd82605c43bd0028cf0213b74bcc074d89ebeb23f171" } }, "bin": "migrate.exe",