fresh installation when i run go build (install with git clone) always give me this error message
# github.com/projectdiscovery/utils/maps
/home/randy/go/pkg/mod/github.com/projectdiscovery/utils@v0.0.10/maps/synclock_map.go:15:18: undefined: atomic.Bool
note: module requires Go 1.19
the same error also come when install from go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
@ehsandeep