From 9a51225f808d6412c212421f837943629d733c93 Mon Sep 17 00:00:00 2001 From: Zhongpeng Lin Date: Wed, 11 May 2022 14:20:04 -0700 Subject: [PATCH] Bump the version to 0.32.0 (#3149) --- go/def.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/def.bzl b/go/def.bzl index b03042650f..a161071d0a 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.31.0" +RULES_GO_VERSION = "0.32.0" declare_toolchains = _declare_toolchains go_context = _go_context