go get: installing executables with ‘go get’ in module mode is deprecated.



Hi, You may receive the below error during running or installing any go lang tool on Kali Linux:

“go get: installing executables with ‘go get’ in module mode is deprecated.

Use ‘go install pkg@version’ instead.

For more information, see https://golang.org/doc/go-get-install-deprecation
or run ‘go help get’ or ‘go help install’.”

This is because in new version of go Lang (go version go1.17 linux/amd64) it is not supported.

0 Comments