Skip to content

Commit

Permalink
build: update rules_go (envoyproxy#2617)
Browse files Browse the repository at this point in the history
This updates rules_go to 0.9.0 in order to bring in
bazel-contrib/rules_go@812c172
which is necessary in order to build envoy from behind a proxy.

Signed-off-by: Snow Pettersen <[email protected]>
  • Loading branch information
snowp authored and htuch committed Feb 21, 2018
1 parent e765c2c commit a1cf451
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,3 @@ load("@com_lyft_protoc_gen_validate//bazel:go_proto_library.bzl", "go_proto_repo
go_proto_repositories(shared=0)
go_rules_dependencies()
go_register_toolchains()
load("@io_bazel_rules_go//proto:def.bzl", "proto_register_toolchains")
proto_register_toolchains()
2 changes: 1 addition & 1 deletion bazel/repository_locations.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ REPOSITORY_LOCATIONS = dict(
remote = "https://github.com/grpc-ecosystem/grpc-httpjson-transcoding",
),
io_bazel_rules_go = dict(
commit = "4374be38e9a75ff5957c3922adb155d32086fe14",
commit = "0.9.0",
remote = "https://github.com/bazelbuild/rules_go",
),
# I'd love to name this `com_github_google_subpar`, but something in the Subpar
Expand Down

0 comments on commit a1cf451

Please sign in to comment.