diff --git a/WORKSPACE b/WORKSPACE index 5005403aab9a..5545e2ac4fed 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -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() diff --git a/bazel/repository_locations.bzl b/bazel/repository_locations.bzl index c40a7ecb5bd4..e86e029ce91c 100644 --- a/bazel/repository_locations.bzl +++ b/bazel/repository_locations.bzl @@ -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