Support getting go version from toolchain
directive
#557
Labels
feature request
New feature or request to improve the current logic
toolchain
directive
#557
Based on the Getting go version from the go.mod file,
If the go directive doesn't specify a patch version, I think it should use the version specified in
toolchain
directive (i.e.toolchain go1.23.6
) if present. If thetoolchain
isn't present at all, then you continue to search other options.The text was updated successfully, but these errors were encountered: