From 567f7923a2cfebfbcecd45333986162d8d540d59 Mon Sep 17 00:00:00 2001 From: proabiral <22173232+proabiral@users.noreply.github.com> Date: Thu, 15 May 2025 13:49:51 +0545 Subject: [PATCH] Update README.md with new required go version latest version of nuclei requires 1.23. 2.023 go: github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest: github.com/projectdiscovery/nuclei/v3@v3.4.3 requires go >= 1.23.0 (running go 1.22.2; GOTOOLCHAIN=local) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa76e36952..1153b8e1cd 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Browse the full Nuclei [**`documentation here`**](https://docs.projectdiscovery. ### Installation -`nuclei` requires **go1.22** to install successfully. Run the following command to get the repo: +`nuclei` requires **go1.23** to install successfully. Run the following command to get the repo: ```sh go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest