Closed natanzi closed 1 year ago
Reason: Go 1.10 knows no mod subcommand, the go version should be updated to 1.11 preferably the newest 1.14 version of Go Also, you can keep it updated:
https://gist.github.com/nikhita/432436d570b89cab172dcf2894465753
I don't think this is RiaB issue. I am not sure where go mod
is necessary on RiaB. Since it is out of scope, I will close this issue.
After running go mode tidy (for example) I have received the below error:
go: unknown subcommand "mod" Run 'go help' for usage.
Why is this the case?