Replies: 1 comment
-
|
This is a compatibility issue with Go 1.26rc2 and the bytedance/sonic JSON library. The Solutions:
go install golang.org/dl/go1.25.5@latest
go1.25.5 download
go1.25.5 install github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
CGO_ENABLED=0 go install github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest
For now, stick with Go 1.25.x for building nuclei until the dependencies are updated for Go 1.26. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Beta Was this translation helpful? Give feedback.
All reactions