projectdiscovery / dnsx

dnsx is a fast and multi-purpose DNS toolkit allow to run multiple DNS queries of your choice with a list of user-supplied resolvers.
https://docs.projectdiscovery.io/tools/dnsx
MIT License
2.15k stars 238 forks source link

Installation Failure with Go Version Below 1.22 #568

Closed smrrazavian closed 7 months ago

smrrazavian commented 7 months ago

Issue Description:

I faced a familiar challenge while trying to install dnsx and nuclei, akin to the issue detailed in issue #1055. Upon encountering installation failures, I opted to upgrade my Go version from 1.21 to 1.22, successfully resolving the problem.

Suggested Action:

I propose updating the installation instructions in the README.md file to provide clearer and more comprehensive documentation. This update should include specific information regarding compatibility with Go version 1.22, ensuring that users are adequately informed about the requirements for successful installation.

ehsandeep commented 7 months ago

@smrrazavian https://github.com/projectdiscovery/dnsx?tab=readme-ov-file#installation-instructions says:

dnsx requires go1.21 to install successfully.