Skip to content

Implement predefined field constraints #800

Implement predefined field constraints

Implement predefined field constraints #800

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

ci.yaml

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

Annotations

15 errors
Go (1.22.x): internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
Go (1.22.x): internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
Go (1.22.x): internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
Go (1.22.x): 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 (1.22.x): internal/extensions/resolve.go#L80
undefined: validate.E_Predefined
Go (1.22.x)
Process completed with exit code 2.
Go (1.23.x)
The job was canceled because "_1_22_x" failed.
Go (1.23.x)
The operation was canceled.
Go (1.21.x)
The job was canceled because "_1_22_x" failed.
Go (1.21.x): internal/errors/utils.go#L65
cannot use proto.Bool(true) (value of type *bool) as bool value in assignment
Go (1.21.x): internal/errors/validation.go#L57
cannot use proto.String(prefix) (value of type *string) as string value in assignment
Go (1.21.x): internal/errors/validation.go#L59
cannot use proto.String(prefix + violation.GetFieldPath()) (value of type *string) as string value in assignment
Go (1.21.x): 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 (1.21.x): internal/extensions/resolve.go#L80
undefined: validate.E_Predefined
Go (1.21.x)
The operation was canceled.