So, I had this exact problem on IntelliJ 2016.1.3 with Go 1.5.
I recently installed the IntelliJ Go plugin and installed GO 1.5 some time ago, and it all worked fine. Now I checked and suddenly, I'm sure I did not delete it, GO 1.5 left my system. But who knows, I did not work to go a bit, so I could remove it.
In any case, after a little debugging, the following steps helped me:
- Install the latest version of Go (currently
1.6.3 for me). Follow the instructions https://golang.org/doc/install - Update the plugin for Go IntelliJ !!!
- Install the SDK in IntelliJ for the project:
File -> Project Structure -> Project -> under Project SDK add a New SDK and navigate to your go installation . - Click
Apply and then Ok
flamingo
source share