From 88455ac63d270b4a5a8cd811551f5c57759f3632 Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Tue, 2 Jun 2020 10:41:17 -0400 Subject: [PATCH] Set RULES_GO_VERSION to 0.23.3 --- go/def.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/def.bzl b/go/def.bzl index a750e9a5f9..75658588b3 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -120,7 +120,7 @@ TOOLS_NOGO = [ # Current version or next version to be tagged. Gazelle and other tools may # check this to determine compatibility. -RULES_GO_VERSION = "0.23.2" +RULES_GO_VERSION = "0.23.3" declare_toolchains = _declare_toolchains go_context = _go_context