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
This also happens on a raspberry pi running linux (arm 32bit).
According to golang/go#23086 (comment) it should be an easy fix:
return nil, fmt.Errorf("cannot read map with block count: %d", int64(math.MinInt64))
instead of
return nil, fmt.Errorf("cannot read map with block count: %d", math.MinInt64)
But at least for me, this issue is fixed in the most recent release (2.10.0), although I did not try any between 2.1.0 (where it was not working) and this one.
Status: Downloaded newer image for docker.elastic.co/beats-dev/golang-crossbuild:1.15.9-arm
See also : golang/go#23086
The text was updated successfully, but these errors were encountered: