From 1c43ea9e69f800ce1effbc71cb19b420a0db311a Mon Sep 17 00:00:00 2001 From: Nishant Das Date: Tue, 26 Jan 2021 00:46:27 +0800 Subject: [PATCH] Update the Toolchain Registration (#8322) Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com> --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index c77e0b7a4..efab37076 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -156,7 +156,7 @@ load("@io_bazel_rules_go//go:deps.bzl", "go_register_toolchains", "go_rules_depe go_rules_dependencies() go_register_toolchains( - go_version = "1.15.6", + go_version = "1.15.7", nogo = "@//:nogo", )