From 13116646e0ca37e2fa8488d29213390829a64c31 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 08:26:27 +0000 Subject: [PATCH] migrate: Update to version 4.16.1 --- bucket/migrate.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/migrate.json b/bucket/migrate.json index c8c6ac538d..d9fb67b723 100644 --- a/bucket/migrate.json +++ b/bucket/migrate.json @@ -1,16 +1,16 @@ { - "version": "4.16.0", + "version": "4.16.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.16.0/migrate.windows-amd64.zip", - "hash": "563d8cc1018e945449aebce72b68837508b83ea8d87bfee13edfd8e1220af4b0" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.16.1/migrate.windows-amd64.zip", + "hash": "4416301d3fdb12d2d029ab5635a8594ab1ff98dffa0c0fa7cd1bfe88d5d7c6c3" }, "32bit": { - "url": "https://github.com/golang-migrate/migrate/releases/download/v4.16.0/migrate.windows-386.zip", - "hash": "c3ae7cc997620ed804a49f24101e5b5864cc00f93f740e3eeb89feb4f9372623" + "url": "https://github.com/golang-migrate/migrate/releases/download/v4.16.1/migrate.windows-386.zip", + "hash": "e1d0ca043000dd9f2e7b4bf75116d906b4b72e7719ddb4f03aa4e68fde4ab8c2" } }, "bin": "migrate.exe",