From 635d28e2cb0ed0a9b5e16cd98eb1d3037dc2dcf4 Mon Sep 17 00:00:00 2001 From: Haozhe Zhang <104337520+DFwJZ@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:22:03 -0700 Subject: [PATCH] Update Go version requirement in README (#6529) need to update required go version from 1.23 to >=1.24.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de24dc24d..72d05dc1d 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Browse the full Nuclei [**`documentation here`**](https://docs.projectdiscovery. ### Installation -`nuclei` requires **go1.23** to install successfully. Run the following command to get the repo: +`nuclei` requires **go >= 1.24.1** to install successfully. Run the following command to get the repo: ```sh go install -v github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest