From eac8e74b3888e8e7ca6e47d4d0fd1c8f77948498 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 20:59:32 +0000 Subject: [PATCH] Update dependency io_bazel_rules_go to v0.47.1 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index c882244..32e4e4c 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -3,7 +3,7 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive") http_archive( name = "io_bazel_rules_go", sha256 = "6776d68ebb897625dead17ae510eac3d5f6342367327875210df44dbe2aeeb19", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.17.1/rules_go-0.17.1.tar.gz"], + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.47.1/rules_go-0.17.1.tar.gz"], ) http_archive(