From 445d63e23a9dfedecaf647c7bcfdde51aaf8215a Mon Sep 17 00:00:00 2001 From: Jay Conrod Date: Thu, 3 Dec 2020 17:11:53 -0500 Subject: [PATCH] Set RULES_GO_VERSION to 0.24.9 --- go/def.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/def.bzl b/go/def.bzl index 6576721369..755af6fe9e 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.24.8" +RULES_GO_VERSION = "0.24.9" declare_toolchains = _declare_toolchains go_context = _go_context