Grafana/grafana local environment setup

Hi Awesome Folks,

I am trying to set up a local development environment for contributing to Grafana. But I am unable to run the Grafana backend with below Go version error -

reading go.work: grafana/go.work:1: invalid go version ‘1.22.4’: must match format 1.23

Getting the same error for both of the below commands -

go run build.go build
make run

Any help will be greatly appreciated. Thanks.

probably means you need to upgrade your go version? what os are you developing in?