Bump rules_go to v0.16.4 and go toolchain to v1.11.3.

PiperOrigin-RevId: 225465835
Change-Id: Iee467e493e5df0a9e149b131f54b0af84d221051
This commit is contained in:
Nicolas Lacasse 2018-12-13 17:36:58 -08:00 committed by Shentubot
parent 8f18b69cb1
commit 5301cbf843
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "io_bazel_rules_go",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.16.2/rules_go-0.16.2.tar.gz",
sha256 = "f87fa87475ea107b3c69196f39c82b7bbf58fe27c62a338684c20ca17d1d8613",
url = "https://github.com/bazelbuild/rules_go/releases/download/0.16.4/rules_go-0.16.4.tar.gz",
sha256 = "62ec3496a00445889a843062de9930c228b770218c735eca89c67949cd967c3f",
)
http_archive(
name = "bazel_gazelle",
@ -13,7 +13,7 @@ http_archive(
load("@io_bazel_rules_go//go:def.bzl", "go_rules_dependencies", "go_register_toolchains")
go_rules_dependencies()
go_register_toolchains(go_version="1.11.2")
go_register_toolchains(go_version="1.11.3")
load("@bazel_gazelle//:deps.bzl", "gazelle_dependencies", "go_repository")
gazelle_dependencies()