Make run giving error

Hi there,
I have downloaded grafana code from github and when I run ‘make run’ command it is giving me the error.

installing /home/xxx/go/bin/wire-v0.5.0
flag provided but not defined: -modfile
usage: go build [-o output] [-i] [build flags] [packages]
Run ‘go help build’ for details.
make[1]: *** [.bingo/Variables.mk:30: /home/xxx/go/bin/wire-v0.5.0] Error 2
make[1]: Leaving directory ‘/home/xxx/projects/grafana’
[Bra] 01-19 21:13:53 [ WARN] Fail to execute command: make [gen-go] - exit status 2

also always got error:
“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”

can someone help me to solve this issue?
thank you

i fix it by installing go go1.17.6.linux-amd64.tar.gz which is not the default ver