1N3 / Sn1per

Attack Surface Management Platform
https://sn1persecurity.com
Other
7.77k stars 1.8k forks source link

Update go get to go install #381

Closed GreenPoint-InfoSec closed 2 years ago

GreenPoint-InfoSec commented 2 years ago

apt-get install golang installs an outdated version of go, and the go get commands were resulting in an error.

I have updated the go get commands to go install @latest and removed any apt-get install golang commands. Having the latest version of go installed is a prerequisite but I can add the installation steps for ubuntu into the script in a couple of days.

1N3 commented 2 years ago

Thanks. Golang support has been updated!