tiagorlampert / CHAOS

:fire: CHAOS is a free and open-source Remote Administration Tool that allow generate binaries to control remote operating systems.
MIT License
2.31k stars 498 forks source link

Unable to generate client #116

Closed 05asans closed 1 year ago

05asans commented 1 year ago

When using Local Development, and already in the web page, when I Generate the client, an error pops up:

Failed building client binary. exit status 2:# github.com/tiagorlampert/CHAOS/client/app/handler app/handler/handler.go:68:28: undefined: any note: module requires Go 1.18

Any solutions??

tiagorlampert commented 1 year ago

Looks like you are running a old golang version.

Make sure to run go 1.18 or greater.

To check your version run on terminal:

go version