diff options
author | Nicolas Lacasse <nlacasse@google.com> | 2018-12-13 17:36:58 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2018-12-13 17:37:55 -0800 |
commit | 5301cbf8430e5436211bc142c0886d8c11cc71ab (patch) | |
tree | a96c25a8fb1066d8bf95a716e4fa0c52f6c0db0c | |
parent | 8f18b69cb1835a6fb8247c5090870cf5e69e26e2 (diff) |
Bump rules_go to v0.16.4 and go toolchain to v1.11.3.
PiperOrigin-RevId: 225465835
Change-Id: Iee467e493e5df0a9e149b131f54b0af84d221051
-rw-r--r-- | WORKSPACE | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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() |