diff --git a/README.md b/README.md
index 5806a46..159a136 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ vulnerability report.
- For Maven projects, analyzing a `pom.xml` file, you must have the `mvn` binary in your IDE's `PATH` environment.
- For Node projects, analyzing a `package.json` file, you must have one of the corresponding package manager `npm`, `pnpm` or `yarn`, `node` binaries in your IDE's `PATH`
environment.
-- For Golang projects, analyzing a `go.mod` file, you must have the `go` binary in your IDE's `PATH` environment.
+- For Golang projects, analyzing a `go.mod` file, you must have the `go` binary in your IDE's `PATH` environment. Furthermore, Golang projects can only be analyzed with IntelliJ Ultimate Edition.
- For Python projects, analyzing a `requirements.txt` file, you must have the `python3` and `pip3` binaries in your
IDE's `PATH` environment.
- For Gradle projects, analyzing a `build.gradle` file, you must have the `gradle` binary in your system's `PATH` environment.
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 7ffe6d7..90cd7de 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -37,7 +37,7 @@
node binaries in your IDE's PATH environment.
go.mod file, you must have the go binary in your
- IDE's PATH environment.
+ IDE's PATH environment. Furthermore, Golang projects can only be analyzed with IntelliJ Ultimate Edition.
requirements.txt file, you must have the python3 and
pip3 binaries in your IDE's PATH environment.