uber-go/cadence-client

cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in assignment (overflows)

longquanzheng opened this issue · 1 comments

Error when building with different arch:

/go/pkg/mod/go.uber.org/cadence@v0.19.0/internal/workflow_shadower.go:239:20: cannot use math.MaxInt64 (untyped int constant 9223372036854775807) as int value in assignment (overflows)

looks like it's because I used linux/arm/v7 instead of linux/arm64 for docker build command