summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cater <jcater@google.com>2018-10-18 14:24:39 -0400
committerDavid Ostrovsky <david.ostrovsky@gmail.com>2018-12-18 12:36:04 +0000
commited892b56fb50db57865d0722663ffe728b0f555e (patch)
tree35dee1dd11ebe513820aa899bdc5e97e351f72fb
parent49b8c958003fde35e2ab156aabb0b3b15a439430 (diff)
Update rules_go to 0.16.0
Change-Id: If9a3b3f794d02ec9196657d9e232b26f77ac1b50 (cherry picked from commit e9732172484f92f29f1fa75327113dd875f7384c)
-rw-r--r--WORKSPACE4
1 files changed, 2 insertions, 2 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 3f21e021e7..bd7b95cfbd 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -48,8 +48,8 @@ closure_repositories(
# Golang support for PolyGerrit local dev server.
http_archive(
name = "io_bazel_rules_go",
- sha256 = "97cf62bdef33519412167fd1e4b0810a318a7c234f5f8dc4f53e2da86241c492",
- urls = ["https://github.com/bazelbuild/rules_go/releases/download/0.15.3/rules_go-0.15.3.tar.gz"],
+ sha256 = "ee5fe78fe417c685ecb77a0a725dc9f6040ae5beb44a0ba4ddb55453aad23a8a",
+ url = "https://github.com/bazelbuild/rules_go/releases/download/0.16.0/rules_go-0.16.0.tar.gz",
)
load("@io_bazel_rules_go//go:def.bzl", "go_register_toolchains", "go_rules_dependencies")