aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler French <66684063+tyler-french@users.noreply.github.com>2024-05-06 14:48:44 -0400
committerGitHub <noreply@github.com>2024-05-06 18:48:44 +0000
commited2f625de17a050ed0d435a222ad3e4691092215 (patch)
treecf993de1c940ff59f80dd6d312bb9712d41eb617
parentfd77fd0cddd66504eb97e4b152f72f39c183eb17 (diff)
downloadbazelbuild-rules_go-ed2f625de17a050ed0d435a222ad3e4691092215.tar.gz
prepare patch release 0.47.1 (#3933)
Prepare a patch release to include: 54c451550c520d4a26f491fa5f52a97b2dcfa0d7
-rw-r--r--MODULE.bazel2
-rw-r--r--go/def.bzl2
2 files changed, 2 insertions, 2 deletions
diff --git a/MODULE.bazel b/MODULE.bazel
index fddd15c4..0077a5ae 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 0e6f5ed0..9def94ef 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