Temporal installation

Getting the following error while trying the latest version of temporal

❯ go version
go version go1.22.5 darwin/arm64

❯ brew install temporal
Warning: temporal 0.13.1 is already installed and up-to-date.
To reinstall 0.13.1, run:
brew reinstall temporal

❯ temporal
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x2 addr=0x88 pc=0x103ef6a00]

goroutine 1 [running]:
github.com/temporalio/cli/temporalcli.Execute({0x1052fef30?, 0x14000b90280?}, {{0x0, 0x0, 0x0}, {0x0, 0x0}, {0x0, 0x0}, 0x0, …})
github.com/temporalio/cli/temporalcli/commands.go:328 +0x100
main.main()
github.com/temporalio/cli/cmd/temporal/main.go:15 +0x64