Update Go version requirement in README (#6529)

need to update required go version from 1.23 to >=1.24.1
This commit is contained in:
Haozhe Zhang
2025-10-13 15:22:03 -07:00
committed by GitHub
parent 4e2af6bf67
commit 635d28e2cb

View File

@@ -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