From ba6e432267a22bd9f85b966c48bcc8cd5b19e713 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 09:08:25 +0000 Subject: [PATCH] migrate: Update to version 4.17.1 --- bucket/migrate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/migrate.json b/bucket/migrate.json index 2e01d1f37a..fb4bc0087d 100644 --- a/bucket/migrate.json +++ b/bucket/migrate.json @@ -1,16 +1,16 @@ { - "version": "4.17.0", + "version": "4.17.1", "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.17.0/migrate.windows-amd64.zip", - "hash": "147b2f9f1fd10167d78567038398496639d4b42aa83f7e3209854ed658c9b1fb" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.windows-amd64.zip", + "hash": "7ee78f2e5fc7af59e7e3f4e68fdd9acd9d10a45effba07bb90ca65b4bc5700eb" }, "32bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.0/migrate.windows-386.zip", - "hash": "3aa17a00ef1ac2472045a75a77748c63c8fa9a74241f25700877241a3bee5592" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.17.1/migrate.windows-386.zip", + "hash": "c7f7922e8235f3be8e01c71c343b0af429edc944500fdf737114b71eef2c2d1b" } }, "bin": "migrate.exe",