bump build rule

This commit is contained in:
numerology 2020-01-30 11:42:49 -08:00
parent 78926e3cfb
commit be2bd7b4f5
1 changed files with 2 additions and 2 deletions

View File

@ -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")