I tried to follow the article for building, but got the following error:
env GO111MODULE=on go run build/ci.go install ./cmd/geth
build github.com/Azure/azure-sdk-for-go/sdk/azcore: cannot load github.com/Azure/azure-sdk-for-go/sdk/azcore: no Go source files
make: *** [Makefile:14: geth] Error 1
It was because I needed go version >1.18
Leaving a note here, in case somebody else has the same problem.