This commit:
- updates status-go to point to https://github.com/status-im/status-go/pull/6258
- updates nix derivation to switch to go 1.22
- swaps `sc3md` for `sc5md`
- updates docker image used by jenkins for linux jobs to image built with go 1.22.
- updates, linux, windows and MacOS build scripts to use go 1.22
I have added a shell.nix file that helps setting up the environment for
building if nix is installed.
To use it you can run `nix-shell shell.nix` which will install all the
required dependecies, and then just `make run` should work.