From ed2f625de17a050ed0d435a222ad3e4691092215 Mon Sep 17 00:00:00 2001 From: Tyler French <66684063+tyler-french@users.noreply.github.com> Date: Mon, 6 May 2024 14:48:44 -0400 Subject: [PATCH] prepare patch release 0.47.1 (#3933) Prepare a patch release to include: 54c451550c520d4a26f491fa5f52a97b2dcfa0d7 --- MODULE.bazel | 2 +- go/def.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index fddd15c42..0077a5ae7 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_go", - version = "0.47.0", + version = "0.47.1", compatibility_level = 0, repo_name = "io_bazel_rules_go", ) diff --git a/go/def.bzl b/go/def.bzl index 0e6f5ed0c..9def94efe 100644 --- a/go/def.bzl +++ b/go/def.bzl @@ -121,7 +121,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO] # Current version or next version to be tagged. Gazelle and other tools may # check this to determine compatibility. -RULES_GO_VERSION = "0.47.0" +RULES_GO_VERSION = "0.47.1" go_context = _go_context gomock = _gomock