From be2bd7b4f505a3e1929b2502bc0c7625796187f6 Mon Sep 17 00:00:00 2001 From: numerology Date: Thu, 30 Jan 2020 11:42:49 -0800 Subject: [PATCH] bump build rule --- WORKSPACE | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index 82a23e8fa9..5f5d5f4ca6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -16,8 +16,8 @@ rbe_autoconfig(name = "rbe_default") http_archive( name = "io_bazel_rules_go", - sha256 = "492c3ac68ed9dcf527a07e6a1b2dcbf199c6bf8b35517951467ac32e421c06c1", - urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.21.1/rules_go-0.21.1.tar.gz"], + sha256 = "b34cbe1a7514f5f5487c3bfee7340a4496713ddf4f119f7a225583d6cafd793a", + urls = ["https://github.com/bazelbuild/rules_go/releases/download/v0.21.1/rules_go-v0.21.1.tar.gz"], ) load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_dependencies")