You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: string(int) expression not allowed on Go1.15 (pingcap#1003)
Make test will fail due to Go1.15 starts to not allow "string(int)" expression.
Fix affected sources by replace such expression to legal expressions.
More info about ban string(int), see: golang/go#3939
Co-authored-by: ti-srebot <66930949+ti-srebot@users.noreply.github.com>
0 commit comments