Procedure to test locally

Hi all
I am building the shell project in Golang. But I am unable to test it on local Windows environment. Installed Golang version : 1.23.4
Golang version used by Codecrafters tester : 1.22.10
I changed the version in the go.mod file to 1.23.4 and run go mod tidy after that. But no packages are added to go.mod file. I need some help figuring out the issue in my local setup. TIA!

Hi @ruchisaluja, could you confirm what error messages you’re seeing?

Please note that our testers are run on Linux, so you might need to install WSL to test on Windows.