We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21b1a6 commit 011c927Copy full SHA for 011c927
go/extractor/cli/go-autobuilder/go-autobuilder.go
@@ -793,7 +793,7 @@ func compareVersions(v versionInfo) (msg, version string) {
793
if semver.Compare("v"+v.goModVersion, "v"+v.goEnvVersion) > 0 {
794
msg = "The version of Go installed in the environment (" + v.goEnvVersion +
795
") is lower than the version found in the `go.mod` file (" + v.goModVersion +
796
- ").\nWriting an environment file specifying the version of Go from the `go.mod` " +
+ "). Writing an environment file specifying the version of Go from the `go.mod` " +
797
"file (" + v.goModVersion + ")."
798
version = v.goModVersion
799
diagnostics.EmitVersionGoModHigherVersionEnvironment(msg)
0 commit comments