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
Getting the following error compiling for arm32 raspberry pi: /go/pkg/mod/github.com/wagslane/go-rabbitmq@v0.12.1/internal/dispatcher/dispatcher.go:48:18: cannot use maxRand - minRand (untyped int constant 9223372036854775807) as int value in argument to rand.Intn (overflows)
consider changing from MaxInt64 to MaxInt
The text was updated successfully, but these errors were encountered:
Getting the following error compiling for arm32 raspberry pi:
/go/pkg/mod/github.com/wagslane/go-rabbitmq@v0.12.1/internal/dispatcher/dispatcher.go:48:18: cannot use maxRand - minRand (untyped int constant 9223372036854775807) as int value in argument to rand.Intn (overflows)
consider changing from MaxInt64 to MaxInt
The text was updated successfully, but these errors were encountered: