Skip to content

wip

wip #16

Triggered via push January 30, 2024 00:55
Status Failure
Total duration 29s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

15 errors
test (1.21.x): examples/main.go#L34
type *validator.RuleConfig[string] of validator.Min(0) does not match inferred type *validator.RuleConfig[int] for *validator.RuleConfig[T]
test (1.21.x): test/main.go#L44
cannot use 10 (untyped int constant) as string value in argument to NewValidator
test (1.21.x): test-01/main.go#L16
undefined: StringRule
test (1.21.x): test-01/main.go#L40
undefined: StringRule
test (1.21.x): test-01/main.go#L53
v.value undefined (type *T is pointer to type parameter, not type parameter)
test (1.21.x): test-01/main.go#L55
v.Errors undefined (type *T is pointer to type parameter, not type parameter)
test (1.21.x)
Process completed with exit code 2.
test (1.20.x)
The job was canceled because "_1_21_x" failed.
test (1.20.x): examples/main.go#L34
type *validator.RuleConfig[string] of validator.Min(0) does not match inferred type *validator.RuleConfig[int] for *validator.RuleConfig[T]
test (1.20.x): test/main.go#L44
cannot use 10 (untyped int constant) as string value in argument to NewValidator
test (1.20.x): test-01/main.go#L16
undefined: StringRule
test (1.20.x): test-01/main.go#L40
undefined: StringRule
test (1.20.x): test-01/main.go#L53
v.value undefined (type *T is pointer to type parameter, not type parameter)
test (1.20.x): test-01/main.go#L55
v.Errors undefined (type *T is pointer to type parameter, not type parameter)
test (1.20.x)
The operation was canceled.