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"] 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