From 04006cd1e368c8d711809e437836aaf039e39d39 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 20:28:15 +0000 Subject: [PATCH] go: Update to version 1.25.1 --- bucket/go.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/go.json b/bucket/go.json index 54f02b87a1..38eb531720 100644 --- a/bucket/go.json +++ b/bucket/go.json @@ -1,20 +1,20 @@ { - "version": "1.25.0", + "version": "1.25.1", "description": "An open source programming language that makes it easy to build simple, reliable, and efficient software.", "homepage": "https://golang.org", "license": "BSD-3-Clause", "architecture": { "64bit": { - "url": "https://dl.google.com/go/go1.25.0.windows-amd64.zip", - "hash": "89efb4f9b30812eee083cc1770fdd2913c14d301064f6454851428f9707d190b" + "url": "https://dl.google.com/go/go1.25.1.windows-amd64.zip", + "hash": "4a974de310e7ee1d523d2fcedb114ba5fa75408c98eb3652023e55ccf3fa7cab" }, "32bit": { - "url": "https://dl.google.com/go/go1.25.0.windows-386.zip", - "hash": "df9f39db82a803af0db639e3613a36681ab7a42866b1384b3f3a1045663961a7" + "url": "https://dl.google.com/go/go1.25.1.windows-386.zip", + "hash": "be13d5479b8c75438f2efcaa8c191fba3af684b3228abc9c99c7aa8502f34424" }, "arm64": { - "url": "https://dl.google.com/go/go1.25.0.windows-arm64.zip", - "hash": "27bab004c72b3d7bd05a69b6ec0fc54a309b4b78cc569dd963d8b3ec28bfdb8c" + "url": "https://dl.google.com/go/go1.25.1.windows-arm64.zip", + "hash": "04bc3c078e9e904c4d58d6ac2532a5bdd402bd36a9ff0b5949b3c5e6006a05ee" } }, "extract_dir": "go",