From 6da3f1e396a42feb79e40bbaae2d4000323f8776 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Fri, 27 Sep 2024 10:00:27 +0100 Subject: [PATCH 1/2] Race flag should be inherited --- .plzconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.plzconfig b/.plzconfig index 96eaf59..79a85de 100644 --- a/.plzconfig +++ b/.plzconfig @@ -159,6 +159,7 @@ Help = The Go build mode to target (see `go help buildmode` for info) Type = bool DefaultValue = false Optional = true +Inherit = true Help = Compile for the Go race detector [PluginConfig "mod_file"] From 171a2b8e1515d5fdfa411b6f2efab057b4f7ed01 Mon Sep 17 00:00:00 2001 From: Peter Ebden Date: Fri, 27 Sep 2024 10:07:22 +0100 Subject: [PATCH 2/2] Version --- ChangeLog | 4 ++++ VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a488b74..d4c0519 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 1.21.5 +-------------- + * Race config property is inherited so it works on binaries from `go_repo` (#302) + Version 1.21.4 -------------- * Suppress Go 1.23 emitting GOCOVERDIR messages diff --git a/VERSION b/VERSION index 3d8ac63..d6a49eb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.21.4 \ No newline at end of file +1.21.5 \ No newline at end of file