I am using IntelliJ IDEA for Go development. I have a Makefile in my project. I can run all of the tasks that use go
commands without any problems but when I try running them using the Makefile window, the tasks can’t even find the go
command inside terminal (see the screenshots please).
Is there a fix for this?