Skip to content

Commit 0a6311c

Browse files
authored
prepare a patch release 0.44.1 (#3804)
This patch release is to include 43c40a9 which reverts a change to forcefully upgrade genproto transitively, which is causing linker failures since `google.golang.org/genproto/googleapis/rpc` was separated from `google.golang.org/genproto` ``` Use --sandbox_debug to see verbose messages from the sandbox and retain the sandbox build root for debugging link: package conflict error: google.golang.org/genproto/googleapis/longrunning: package imports google.golang.org/genproto/googleapis/rpc/status was compiled with: @@gazelle~0.35.0~go_deps~org_golang_google_genproto//googleapis/rpc/status:status but was linked with: @@gazelle~0.35.0~go_deps~org_golang_google_genproto_googleapis_rpc//status:status ```
1 parent 43c40a9 commit 0a6311c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "rules_go",
3-
version = "0.44.0",
3+
version = "0.44.1",
44
compatibility_level = 0,
55
repo_name = "io_bazel_rules_go",
66
)

go/def.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ TOOLS_NOGO = [str(Label(l)) for l in _TOOLS_NOGO]
121121

122122
# Current version or next version to be tagged. Gazelle and other tools may
123123
# check this to determine compatibility.
124-
RULES_GO_VERSION = "0.44.0"
124+
RULES_GO_VERSION = "0.44.1"
125125

126126
go_context = _go_context
127127
gomock = _gomock

0 commit comments

Comments
 (0)