github.com/projectdiscovery/utils/maps modules requires Go 1.19 #777
Replies: 4 comments
-
@ariosrandy what version of go you have installed on your system? |
Beta Was this translation helpful? Give feedback.
-
also had a typo in the readme which is now updated here - #776 |
Beta Was this translation helpful? Give feedback.
-
randy@LAPTOP-EPRR1I3R:~$ go version @ehsandeep when i try to apt upgrade golang golang is already the newest version (2:1.18~0ubuntu2). |
Beta Was this translation helpful? Give feedback.
-
@ariosrandy latest version of go is 1.20, the required version to install subfinder is 1.19, and you have go installed 1.18 which is outdated. |
Beta Was this translation helpful? Give feedback.
-
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/[email protected]/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
Beta Was this translation helpful? Give feedback.
All reactions