From e5017da3de99f172290c3439f015993616888a32 Mon Sep 17 00:00:00 2001 From: Tyler French Date: Wed, 4 Sep 2024 16:37:16 -0500 Subject: [PATCH] prepare patch release 0.50.1 (#4087) This PR prepares for the cherry-picked `0.50.1` patch release, which will include: #4081 #4082 #4083 These commits will be cherry-picked to the branch `release-0.50` --- MODULE.bazel | 2 +- go/def.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index e40bba25c..bc7eb86bd 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_go", - version = "0.50.0", + version = "0.50.1", compatibility_level = 0, repo_name = "io_bazel_rules_go", ) diff --git a/go/def.bzl b/go/def.bzl index f7a6f75d8..a8908ec98 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.50.0" +RULES_GO_VERSION = "0.50.1" go_context = _go_context gomock = _gomock