@@ -196,7 +196,7 @@ func EmitRelativeImportPaths() {
196
196
197
197
func EmitUnsupportedVersionGoMod (msg string ) {
198
198
emitDiagnostic (
199
- "go/identify-environment/ unsupported-version-in-go-mod" ,
199
+ "go/autobuilder/env- unsupported-version-in-go-mod" ,
200
200
"Unsupported Go version in `go.mod` file" ,
201
201
msg ,
202
202
severityError ,
@@ -207,7 +207,7 @@ func EmitUnsupportedVersionGoMod(msg string) {
207
207
208
208
func EmitUnsupportedVersionEnvironment (msg string ) {
209
209
emitDiagnostic (
210
- "go/identify-environment/ unsupported-version-in-environment" ,
210
+ "go/autobuilder/env- unsupported-version-in-environment" ,
211
211
"Unsupported Go version in environment" ,
212
212
msg ,
213
213
severityError ,
@@ -218,7 +218,7 @@ func EmitUnsupportedVersionEnvironment(msg string) {
218
218
219
219
func EmitNoGoModAndNoGoEnv (msg string ) {
220
220
emitDiagnostic (
221
- "go/identify-environment/ no-go-mod-and-no-go-env" ,
221
+ "go/autobuilder/env- no-go-mod-and-no-go-env" ,
222
222
"No `go.mod` file found and no Go version in environment" ,
223
223
msg ,
224
224
severityNote ,
@@ -229,7 +229,7 @@ func EmitNoGoModAndNoGoEnv(msg string) {
229
229
230
230
func EmitNoGoEnv (msg string ) {
231
231
emitDiagnostic (
232
- "go/identify-environment/no-go-mod-and -no-go-env" ,
232
+ "go/autobuilder/env -no-go-env" ,
233
233
"No Go version in environment" ,
234
234
msg ,
235
235
severityNote ,
@@ -240,7 +240,7 @@ func EmitNoGoEnv(msg string) {
240
240
241
241
func EmitNoGoMod (msg string ) {
242
242
emitDiagnostic (
243
- "go/identify-environment/ no-go-mod" ,
243
+ "go/autobuilder/env- no-go-mod" ,
244
244
"No `go.mod` file found" ,
245
245
msg ,
246
246
severityNote ,
@@ -251,7 +251,7 @@ func EmitNoGoMod(msg string) {
251
251
252
252
func EmitVersionGoModHigherVersionEnvironment (msg string ) {
253
253
emitDiagnostic (
254
- "go/identify-environment/ version-go-mod-higher-than-go-env" ,
254
+ "go/autobuilder/env- version-go-mod-higher-than-go-env" ,
255
255
"The Go version in `go.mod` file is higher than the Go version in environment" ,
256
256
msg ,
257
257
severityWarning ,
@@ -262,8 +262,8 @@ func EmitVersionGoModHigherVersionEnvironment(msg string) {
262
262
263
263
func EmitVersionGoModNotHigherVersionEnvironment (msg string ) {
264
264
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" ,
267
267
msg ,
268
268
severityNote ,
269
269
telemetryOnly ,
0 commit comments