Obtaining minimum required go version of remote go module

35 Views Asked by At

Is there a way to obtain minimum required go version of remote go module?

I ran into a problem when updated all required modules to latest version that some of modules requires upper go version than mine. Is where a way to get max module version that satisfies my go version or at least check module required go version before updating it?

I have tried to search through go tools and even go sources but found nothing

0

There are 0 best solutions below