diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index a9482a57301d1..c7b80a9ba9d57 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -1007,11 +1007,11 @@ REPOSITORY_LOCATIONS_SPEC = dict( project_name = "Go rules for Bazel", project_desc = "Bazel rules for the Go language", project_url = "https://github.com/bazelbuild/rules_go", - version = "0.46.0", - sha256 = "80a98277ad1311dacd837f9b16db62887702e9f1d1c4c9f796d0121a46c8e184", + version = "0.47.0", + sha256 = "af47f30e9cbd70ae34e49866e201b3f77069abb111183f2c0297e7e74ba6bbc0", urls = ["https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip"], use_category = ["build", "api"], - release_date = "2024-02-10", + release_date = "2024-04-23", implied_untracked_deps = [ "com_github_golang_protobuf", "io_bazel_rules_nogo",