Hi,
I can see the compilation error with latest version 1.18.0 of the temporal-server.
go.temporal.io/server/common/tasks
common\tasks\fifo_scheduler.go:232:49: internal compiler error: assertion failed
Hi,
I can see the compilation error with latest version 1.18.0 of the temporal-server.
go.temporal.io/server/common/tasks
common\tasks\fifo_scheduler.go:232:49: internal compiler error: assertion failed
Hello @jaffarsadik
Which go version are you using?
There is a couple of issues in Go 1.18.4 and Go 1.19.0
I just update my environment to 1.9.1 and was able to compile it.
me to able to compile with go v1.19.1.
Thanks @antonio.perez