From 0b3fd6d7bfed2e6e9736283e183a43d2414beeda Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 08:37:14 +0000 Subject: [PATCH] Update dependency io_bazel_rules_go to v0.58.2 --- WORKSPACE | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 37697ad9..16369475 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -17,10 +17,10 @@ http_archive( http_archive( name = "io_bazel_rules_go", - sha256 = "6734a719993b1ba4ebe9806e853864395a8d3968ad27f9dd759c196b3eb3abe8", + sha256 = "54bbb67a4196170cc60ef3b52a2747ad1759cba4764b4c4752b744080ad99947", urls = [ - "https://github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip", - "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.45.1/rules_go-v0.45.1.zip", + "https://github.com/bazelbuild/rules_go/releases/download/v0.58.2/rules_go-v0.58.2.zip", + "https://mirror.bazel.build/github.com/bazelbuild/rules_go/releases/download/v0.58.2/rules_go-v0.58.2.zip", ], )