From 9c9f7f1940ab5a075a431cfaf6004ee1d5e8807a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 00:35:34 +0000 Subject: [PATCH] go: Update to version 1.23.5 --- bucket/go.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/go.json b/bucket/go.json index ef65b62e2a..bed7bdfdc1 100644 --- a/bucket/go.json +++ b/bucket/go.json @@ -1,20 +1,20 @@ { - "version": "1.23.4", + "version": "1.23.5", "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.23.4.windows-amd64.zip", - "hash": "16c59ac9196b63afb872ce9b47f945b9821a3e1542ec125f16f6085a1c0f3c39" + "url": "https://dl.google.com/go/go1.23.5.windows-amd64.zip", + "hash": "96d74945d7daeeb98a7978d0cf099321d7eb821b45f5c510373d545162d39c20" }, "32bit": { - "url": "https://dl.google.com/go/go1.23.4.windows-386.zip", - "hash": "e544e0e356147ba998e267002bd0f2c4bf3370d495467a55baf2c63595a2026d" + "url": "https://dl.google.com/go/go1.23.5.windows-386.zip", + "hash": "8441605a005ea74c28d8c02ca5f2708c17b4df7e91796148b9f8760caafb05c1" }, "arm64": { - "url": "https://dl.google.com/go/go1.23.4.windows-arm64.zip", - "hash": "db69cae5006753c785345c3215ad941f8b6224e2f81fec471c42d6857bee0e6f" + "url": "https://dl.google.com/go/go1.23.5.windows-arm64.zip", + "hash": "4f20c2d8a5a387c227e3ef48c5506b22906139d8afd8d66a78ef3de8dda1d1c3" } }, "extract_dir": "go",