Skip to content

Implement predefined field constraints #793

Implement predefined field constraints

Implement predefined field constraints #793

Triggered via pull request September 10, 2024 23:14
Status Failure
Total duration 42s
Artifacts

ci.yaml

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

Annotations

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