Skip to content

Implement predefined field constraints #323

Implement predefined field constraints

Implement predefined field constraints #323

Triggered via pull request September 13, 2024 17:03
Status Failure
Total duration 40s
Artifacts

conformance.yaml

on: pull_request
Matrix: Go
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Go (oldstable): internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
Go (oldstable): internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
Go (oldstable): internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
Go (oldstable): internal/errors/validation.go#L61
cannot use proto.String(fmt.Sprintf("%s.%s", prefix, violation.GetFieldPath())) (value of type *string) as string value in assignment
Go (oldstable): internal/extensions/resolve.go#L82
undefined: validate.E_Predefined
Go (oldstable)
Process completed with exit code 2.
Go (stable): internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
Go (stable): internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
Go (stable): internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
Go (stable): internal/errors/validation.go#L61
cannot use proto.String(fmt.Sprintf("%s.%s", prefix, violation.GetFieldPath())) (value of type *string) as string value in assignment
Go (stable): internal/extensions/resolve.go#L82
undefined: validate.E_Predefined
Go (stable)
Process completed with exit code 2.