From 4955534303141eef9570f447328510e5412d0009 Mon Sep 17 00:00:00 2001 From: Rob Figueiredo Date: Wed, 6 Oct 2021 17:12:56 -0400 Subject: [PATCH] Set RULES_GO_VERSION to 0.29.0 (#2978) --- go/def.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/def.bzl b/go/def.bzl index 5a907e84ff..272c823cb0 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -116,7 +116,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.28.0" +RULES_GO_VERSION = "0.29.0" declare_toolchains = _declare_toolchains go_context = _go_context