-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: restore build norace flag #761
Conversation
@@ -1,3 +1,6 @@ | |||
//go:build norace | |||
// +build norace |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there any reason to use this redundant constraint? Because go:build
is enough after go 1.17.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know about that. However, when i save the code in the IDE, it automatically generates +build norace
.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #761 +/- ##
==========================================
+ Coverage 62.13% 62.20% +0.07%
==========================================
Files 880 880
Lines 99479 99479
==========================================
+ Hits 61807 61880 +73
+ Misses 34071 33982 -89
- Partials 3601 3617 +16
|
Description
Restores the removeed
build norace
flag.ref. #709
closes: #762
Motivation and context
How has this been tested?
Screenshots (if appropriate):
Checklist:
CHANGELOG.md
client/docs/swagger-ui/swagger.yaml