onosproject / sdran-in-a-box

SDRAN-in-a-Box for SD-RAN project
28 stars 37 forks source link

go: unknown subcommand "mod" #182

Closed natanzi closed 1 year ago

natanzi commented 2 years ago

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?

natanzi commented 2 years 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

woojoong88 commented 1 year ago

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.