Help bulding Grafana with IntelliJ Go Plugin

Hi Guys,
I can build the grafana backend on the CLI, but not able to do so using IntelliJ with Go Plugin.
Does anyone have any experience or know how to configure the build env. For some reason, it repeats portions of the $GOROOT when accessing include files:

It also does not take either the system or Intellij environment GOROOT path for some reason?
Does anyone know of an IDE that would work with Grafana backend Go code.

thanks

The Grafana team use Vim + vim-go , and Visual Studio Code which both work great for go development. We have no experience with IntelliJ but it should work fine, does other Go projects work for you?