-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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: Use math.MaxInt (instead of math.MaxInt64) to fix builds on 32bit platforms #16065
fix: Use math.MaxInt (instead of math.MaxInt64) to fix builds on 32bit platforms #16065
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #16065 +/- ##
==========================================
+ Coverage 49.50% 49.52% +0.01%
==========================================
Files 269 269
Lines 47011 47011
==========================================
+ Hits 23274 23280 +6
+ Misses 21453 21447 -6
Partials 2284 2284
☔ View full report in Codecov by Sentry. |
36f9468
to
aadd94f
Compare
Thanks, @ondrejsika! Can you fix the DCO check? |
There are other occurrences of |
9d81e3c
to
840cfcd
Compare
@crenshaw-dev DCO is fixed, i've also rebased on the master, but there is something broken :( |
…t platforms Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
840cfcd
to
b0a51d3
Compare
@crenshaw-dev can u merge it, please? |
…t platforms (argoproj#16065) Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
…t platforms (argoproj#16065) Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
…t platforms (argoproj#16065) Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com>
…t platforms (argoproj#16065) Signed-off-by: Ondrej Sika <ondrej@ondrejsika.com> Signed-off-by: Kevin Lyda <kevin@lyda.ie>
Just a fix of the wrong type