Open
Description
Hi,
I'm using Goland 2023.1.1 and go 1.20.4. The issue is that the Analytics plugin is unable to find the installed go.
I do not install go on system/user level, I use Goland to download and install the needed version of go. If I open a Mac terminal and type which go
, I will get back go not found
. But if I do same in the Goland's terminal then I get /Users/<user>/go/go1.20.4/bin/go
Here is the screen shot of the full error message.
Steps to reproduce:
- Install Goland on clean system
- Open a go project
- Go to Settings -> Go -> GOROOT
- Click on
+
-> Download - Select the any version of Go and install
- Go to Settings -> Plugins
- Install Dependency Analitycs
- Open go.mod and run Dependency Analytics Report