@@ -196,7 +196,7 @@ func EmitRelativeImportPaths() {
196196
197197func EmitUnsupportedVersionGoMod (msg string ) {
198198 emitDiagnostic (
199- "go/identify-environment/ unsupported-version-in-go-mod" ,
199+ "go/autobuilder/env- unsupported-version-in-go-mod" ,
200200 "Unsupported Go version in `go.mod` file" ,
201201 msg ,
202202 severityError ,
@@ -207,7 +207,7 @@ func EmitUnsupportedVersionGoMod(msg string) {
207207
208208func EmitUnsupportedVersionEnvironment (msg string ) {
209209 emitDiagnostic (
210- "go/identify-environment/ unsupported-version-in-environment" ,
210+ "go/autobuilder/env- unsupported-version-in-environment" ,
211211 "Unsupported Go version in environment" ,
212212 msg ,
213213 severityError ,
@@ -218,7 +218,7 @@ func EmitUnsupportedVersionEnvironment(msg string) {
218218
219219func EmitNoGoModAndNoGoEnv (msg string ) {
220220 emitDiagnostic (
221- "go/identify-environment/ no-go-mod-and-no-go-env" ,
221+ "go/autobuilder/env- no-go-mod-and-no-go-env" ,
222222 "No `go.mod` file found and no Go version in environment" ,
223223 msg ,
224224 severityNote ,
@@ -229,7 +229,7 @@ func EmitNoGoModAndNoGoEnv(msg string) {
229229
230230func EmitNoGoEnv (msg string ) {
231231 emitDiagnostic (
232- "go/identify-environment/no-go-mod-and -no-go-env" ,
232+ "go/autobuilder/env -no-go-env" ,
233233 "No Go version in environment" ,
234234 msg ,
235235 severityNote ,
@@ -240,7 +240,7 @@ func EmitNoGoEnv(msg string) {
240240
241241func EmitNoGoMod (msg string ) {
242242 emitDiagnostic (
243- "go/identify-environment/ no-go-mod" ,
243+ "go/autobuilder/env- no-go-mod" ,
244244 "No `go.mod` file found" ,
245245 msg ,
246246 severityNote ,
@@ -251,7 +251,7 @@ func EmitNoGoMod(msg string) {
251251
252252func EmitVersionGoModHigherVersionEnvironment (msg string ) {
253253 emitDiagnostic (
254- "go/identify-environment/ version-go-mod-higher-than-go-env" ,
254+ "go/autobuilder/env- version-go-mod-higher-than-go-env" ,
255255 "The Go version in `go.mod` file is higher than the Go version in environment" ,
256256 msg ,
257257 severityWarning ,
@@ -262,8 +262,8 @@ func EmitVersionGoModHigherVersionEnvironment(msg string) {
262262
263263func EmitVersionGoModNotHigherVersionEnvironment (msg string ) {
264264 emitDiagnostic (
265- "go/identify-environment/ version-go-mod-not-higher- than-go-env" ,
266- "The Go version in `go.mod` file is not higher than the Go version in environment" ,
265+ "go/autobuilder/env- version-go-mod-lower- than-or-equal-to -go-env" ,
266+ "The Go version in `go.mod` file is lower than or equal to the Go version in environment" ,
267267 msg ,
268268 severityNote ,
269269 telemetryOnly ,
0 commit comments