From aabdebd9f870b61445774c4e4cab130a48ce057f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 00:34:07 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.2.0 --- bucket/go-size-analyzer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/go-size-analyzer.json b/bucket/go-size-analyzer.json index b218ad0f94..ec4dc2854c 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.1.0", + "version": "1.2.0", "description": "A tool for analyzing the dependencies in compiled Golang binaries.", "homepage": "https://github.com/Zxilly/go-size-analyzer", "license": "AGPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.1.0/go-size-analyzer_windows_amd64.zip", - "hash": "a09a01506a3042cffbcac5de2d681a8bba0dc9afcce845f036cd4636eb1743d4" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.0/go-size-analyzer_windows_amd64.zip", + "hash": "b04c7aa1c654ada06ee77553172c93be5c6da651481df1cabb6871296bb1494c" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.1.0/go-size-analyzer_windows_arm64.zip", - "hash": "fef3fb439fd5acf875e80ab07ec2b4a56c3e99225b18eafe4b17a5214a4eac86" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.0/go-size-analyzer_windows_arm64.zip", + "hash": "c5920020c4353447c959f1fd6b956f877f3f31a99fd403cea256c17899afe6f7" } }, "bin": "gsa.exe",