File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ func EmitUnsupportedVersionGoMod(msg string) {
199
199
"go/autobuilder/env-unsupported-version-in-go-mod" ,
200
200
"Unsupported Go version in `go.mod` file" ,
201
201
msg ,
202
- severityError ,
202
+ severityNote ,
203
203
telemetryOnly ,
204
204
noLocation ,
205
205
)
@@ -210,7 +210,7 @@ func EmitUnsupportedVersionEnvironment(msg string) {
210
210
"go/autobuilder/env-unsupported-version-in-environment" ,
211
211
"Unsupported Go version in environment" ,
212
212
msg ,
213
- severityError ,
213
+ severityNote ,
214
214
telemetryOnly ,
215
215
noLocation ,
216
216
)
@@ -254,7 +254,7 @@ func EmitVersionGoModHigherVersionEnvironment(msg string) {
254
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
- severityWarning ,
257
+ severityNote ,
258
258
telemetryOnly ,
259
259
noLocation ,
260
260
)
You can’t perform that action at this time.
0 commit comments