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)
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