From c1e5d61a5ae71acfd502f3f805234013c5871f53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 20 Feb 2022 00:32:31 +0000 Subject: [PATCH] go-task: Update to version 3.11.0 --- bucket/go-task.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/go-task.json b/bucket/go-task.json index 71ec8e11e8..d36250c6ef 100644 --- a/bucket/go-task.json +++ b/bucket/go-task.json @@ -1,16 +1,16 @@ { - "version": "3.10.0", + "version": "3.11.0", "description": "A task runner / simpler Make alternative written in Go", "homepage": "https://taskfile.dev/", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/go-task/task/releases/download/v3.10.0/task_windows_amd64.zip", - "hash": "e7d07411b1897ecfe58bbf8b1149ea8e388f6cc23480e6b04e2655aafa925b83" + "url": "https://github.com/go-task/task/releases/download/v3.11.0/task_windows_amd64.zip", + "hash": "13e7f9db208992172456d755e02c727aae55c65ead2d89c91afd99cae2425ff0" }, "32bit": { - "url": "https://github.com/go-task/task/releases/download/v3.10.0/task_windows_386.zip", - "hash": "9967d208b7704df06e239d6af70e90c773931dcbbc530c6d7898ef2781c76efb" + "url": "https://github.com/go-task/task/releases/download/v3.11.0/task_windows_386.zip", + "hash": "92975712fe25bcf9a7ae3c270729f20e8c053204b0621fdfe04b78932beb0e86" } }, "bin": "task.exe",