uber-go / cadence-client

Framework for authoring workflows and activities running on top of the Cadence orchestration engine.

Home Page:https://cadenceworkflow.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

longquanzheng opened this issue · 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