File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -743,8 +743,8 @@ func getVersionWhenGoModVersionNotFound(v versionInfo) (msg, version string) {
743
743
// There is no Go version installed in the environment. We have no indication which version
744
744
// was intended to be used to build this project. Go versions are generally backwards
745
745
// compatible, so we install the maximum supported version.
746
- msg = "No version of Go installed and no `go.mod` file found. Writing an environment " +
747
- "file specifying the maximum supported version of Go (" + maxGoVersion + ")."
746
+ msg = "No version of Go installed and no `go.mod` file found. Requesting the maximum " +
747
+ "supported version of Go (" + maxGoVersion + ")."
748
748
version = maxGoVersion
749
749
diagnostics .EmitNoGoModAndNoGoEnv (msg )
750
750
} else if outsideSupportedRange (v .goEnvVersion ) {
You can’t perform that action at this time.
0 commit comments