use Go 1.22 range over integers syntax #9640
Annotations
10 errors
lint:
internal/featuretests/kubernetes.go#L76
cert declared and not used (typecheck)
|
lint:
internal/featuretests/kubernetes.go#L90
crl declared and not used (typecheck)
|
lint:
test/e2e/deployment.go#L988
cannot range over n (variable of type int) (typecheck)
|
lint:
internal/debug/dot.go#L159
previous case (typecheck)
|
lint:
internal/featuretests/v3/route_test.go#L991
cannot range over 100 (untyped int constant) (typecheck)
|
lint:
internal/gatewayapi/listeners.go#L120
cannot range over i (variable of type int) (typecheck)
|
lint:
internal/sorter/sorter.go#L264
cannot range over len(lhsHeaderMatchConditions) (value of type int) (typecheck)
|
lint:
internal/sorter/sorter.go#L459
previous case (typecheck)
|
lint:
internal/sorter/sorter_test.go#L723
cannot range over 10 (untyped int constant) (typecheck)
|
lint:
internal/xdscache/v3/endpointslicetranslator.go#L353
e.Notify undefined (type *EndpointSliceTranslator has no field or method Notify) (typecheck)
|