diff --git a/WORKSPACE b/WORKSPACE index 92b581056..7498761f7 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -62,8 +62,8 @@ ts_setup_workspace() # Bazel doesn't support transitive WORKSPACE deps, so we must repeat them here. http_archive( name = "io_bazel_rules_go", - url = "https://github.com/bazelbuild/rules_go/releases/download/0.10.0/rules_go-0.10.0.tar.gz", - sha256 = "53c8222c6eab05dd49c40184c361493705d4234e60c42c4cd13ab4898da4c6be", + url = "https://github.com/bazelbuild/rules_go/releases/download/0.10.1/rules_go-0.10.1.tar.gz", + sha256 = "4b14d8dd31c6dbaf3ff871adcd03f28c3274e42abc855cb8fb4d01233c0154dc", ) load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")