From 00fe64fb1a420b1b0a959959c0c8a5c717a885a7 Mon Sep 17 00:00:00 2001 From: Tyler French <66684063+tyler-french@users.noreply.github.com> Date: Fri, 9 Feb 2024 19:26:42 -0500 Subject: [PATCH] prepare minor release 0.46 (#3854) --- MODULE.bazel | 2 +- go/def.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 00af44b07c..6b4a274fd2 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_go", - version = "0.45.1", + version = "0.46.0", compatibility_level = 0, repo_name = "io_bazel_rules_go", ) diff --git a/go/def.bzl b/go/def.bzl index f446b5a05a..71d1b015ab 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.45.1" +RULES_GO_VERSION = "0.46.0" go_context = _go_context gomock = _gomock