From a23892e11811cde36b187b4aa7034d2ee6b6eb3f Mon Sep 17 00:00:00 2001 From: Tyler French Date: Sat, 13 Jul 2024 00:04:00 -0400 Subject: [PATCH] prepare release 0.49.0 (#3989) --- MODULE.bazel | 2 +- go/def.bzl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MODULE.bazel b/MODULE.bazel index 016e12ffa..c1af0602d 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -1,6 +1,6 @@ module( name = "rules_go", - version = "0.48.1", + version = "0.49.0", compatibility_level = 0, repo_name = "io_bazel_rules_go", ) diff --git a/go/def.bzl b/go/def.bzl index 7a97073ac..b32c7e224 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.48.1" +RULES_GO_VERSION = "0.49.0" go_context = _go_context gomock = _gomock