From cb03d3208bb09fc5d0c668a346de7a8749a866dc Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Wed, 26 Feb 2020 10:52:46 -0500 Subject: [PATCH] Set RULES_GO_VERSION to 0.21.4 --- go/def.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/def.bzl b/go/def.bzl index d47ade1261..9be94719e4 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -67,7 +67,7 @@ load( # Current version or next version to be tagged. Gazelle and other tools may # check this to determine compatibility. -RULES_GO_VERSION = "0.21.3" +RULES_GO_VERSION = "0.21.4" declare_toolchains = _declare_toolchains go_context = _go_context