Skip to content

Commit

Permalink
deps: Bump rules_go -> 0.30.0 (envoyproxy#20349)
Browse files Browse the repository at this point in the history
Fix envoyproxy#19673

Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Mar 16, 2022
1 parent 336fcf9 commit 291ee6f
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 @@ -617,11 +617,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.29.0",
sha256 = "2b1641428dff9018f9e85c0384f03ec6c10660d935b750e3fa1492a281a53b0f",
version = "0.30.0",
sha256 = "d6b2513456fe2229811da7eb67a444be7785f5323c6708b38d851d2b51e54d83",
urls = ["https://github.com/bazelbuild/rules_go/releases/download/v{version}/rules_go-v{version}.zip"],
use_category = ["build", "api"],
release_date = "2021-10-06",
release_date = "2022-01-24",
implied_untracked_deps = [
"com_github_golang_protobuf",
"io_bazel_rules_nogo",
Expand Down

0 comments on commit 291ee6f

Please sign in to comment.