From 7e9bf4243a1874cb0a6289f8cc883cd0b099208e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 12:31:20 +0000 Subject: [PATCH] go-size-analyzer: Update to version 1.2.1 --- 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 ec4dc2854c..95f65747c2 100644 --- a/bucket/go-size-analyzer.json +++ b/bucket/go-size-analyzer.json @@ -1,16 +1,16 @@ { - "version": "1.2.0", + "version": "1.2.1", "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.2.0/go-size-analyzer_windows_amd64.zip", - "hash": "b04c7aa1c654ada06ee77553172c93be5c6da651481df1cabb6871296bb1494c" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.1/go-size-analyzer_windows_amd64.zip", + "hash": "c0275af43f6e311a042e1cf916045190a1f6d257e15eee49cb4ee90bea4d6a83" }, "arm64": { - "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.0/go-size-analyzer_windows_arm64.zip", - "hash": "c5920020c4353447c959f1fd6b956f877f3f31a99fd403cea256c17899afe6f7" + "url": "https://github.com/Zxilly/go-size-analyzer/releases/download/v1.2.1/go-size-analyzer_windows_arm64.zip", + "hash": "58c890fa901e9f599e043791dcff555af2f708ebc84851db673c86eb279374e0" } }, "bin": "gsa.exe",