From 6df867ce7684881ccb32719e5c3b62b2f3b04529 Mon Sep 17 00:00:00 2001 From: Tyler French Date: Fri, 30 Aug 2024 10:58:11 -0500 Subject: [PATCH] prepare rules_go release 0.50.0 (#4064) This will be merged, but we will end up cherry picking certain commits onto an `release-0.50` branch, which will not include all of the commits on master. --- MODULE.bazel | 2 +- go/def.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index c1af0602d..e40bba25c 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_go", - version = "0.49.0", + version = "0.50.0", compatibility_level = 0, repo_name = "io_bazel_rules_go", ) diff --git a/go/def.bzl b/go/def.bzl index b32c7e224..f7a6f75d8 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.49.0" +RULES_GO_VERSION = "0.50.0" go_context = _go_context gomock = _gomock