Update rules_go to 0.16.0

Change-Id: If9a3b3f794d02ec9196657d9e232b26f77ac1b50
(cherry picked from commit e973217248)
This commit is contained in:
John Cater 2018-10-18 14:24:39 -04:00 committed by David Ostrovsky
parent 49b8c95800
commit ed892b56fb
1 changed files with 2 additions and 2 deletions

View File

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