From edb7ab883e46f589cff51446ec804946988be900 Mon Sep 17 00:00:00 2001 From: Ivan Zemlyanskiy Date: Wed, 21 Apr 2021 07:02:12 +0300 Subject: [PATCH] upgrade rules_go to v0.27.0 (#16065) (#16083) in the resent version of rules_go, the issue https://github.com/bazelbuild/rules_go/issues/2771 was fixed. It should address the bazel build issue on some Linux or MacOS (https://github.com/bazelbuild/bazel/issues/12986) Signed-off-by: izemlyanskiy Signed-off-by: Gokul Nair --- bazel/repository_locations.bzl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index 7dcf20bec831..00c5aacc059f 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -623,11 +623,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.25.0", - sha256 = "6f111c57fd50baf5b8ee9d63024874dd2a014b069426156c55adbf6d3d22cb7b", + version = "0.27.0", + sha256 = "69de5c704a05ff37862f7e0f5534d4f479418afc21806c887db544a316f3cb6b", urls = ["https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.tar.gz"], use_category = ["build", "api"], - release_date = "2020-12-02", + release_date = "2021-03-17", implied_untracked_deps = [ "com_github_golang_protobuf", "io_bazel_rules_nogo",