Clircleci cli fail run local execute

After a fresh install of the circleCI CLI, i can’t execute localy my conf:

 circleci local execute

Docker image digest: sha256:bd9e81940b9fb3c8f6fbf2d6e2af84ae3f669afe1fec4303653255f23f364aee
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x5e7077]

My docker is connected to a private registry, image pull work well and my config.yml work online.

How can i solve that?

I have the same error with the https://github.com/CircleCI-Public/circleci-demo-go.git repo

I have found an open bug: https://github.com/CircleCI-Public/circleci-cli/issues/361