Skip to content

Commit c0ce501

Browse files
authored
Race flag should be inherited (#302)
* Race flag should be inherited * Version
1 parent 8c16dae commit c0ce501

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.plzconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ Help = The Go build mode to target (see `go help buildmode` for info)
159159
Type = bool
160160
DefaultValue = false
161161
Optional = true
162+
Inherit = true
162163
Help = Compile for the Go race detector
163164

164165
[PluginConfig "mod_file"]

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 1.21.5
2+
--------------
3+
* Race config property is inherited so it works on binaries from `go_repo` (#302)
4+
15
Version 1.21.4
26
--------------
37
* Suppress Go 1.23 emitting GOCOVERDIR messages

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.21.4
1+
1.21.5

0 commit comments

Comments
 (0)