Skip to content

Commit

Permalink
upgrade rules_go to v0.27.0 (envoyproxy#16065) (envoyproxy#16083)
Browse files Browse the repository at this point in the history
in the resent version of rules_go, the issue bazel-contrib/rules_go#2771 was fixed.
It should address the bazel build issue on some Linux or MacOS (bazelbuild/bazel#12986)

Signed-off-by: izemlyanskiy <izemlyanskiy@pulsepoint.com>
Signed-off-by: Gokul Nair <gnair@twitter.com>
  • Loading branch information
QIvan authored and Gokul Nair committed May 6, 2021
1 parent 840742a commit edb7ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit edb7ab8

Please sign in to comment.