feat: Deprecate and replace Bool,Int,Int64,String with Ptr using generics #3156
Annotations
10 errors
|
lint:
github/migrations_test.go#L237
cannot use Ptr(79) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/migrations_test.go#L247
cannot use Ptr(1296269) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/migrations_user_test.go#L235
cannot use Ptr(79) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/migrations_user_test.go#L245
cannot use Ptr(1296269) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/actions_artifacts_test.go#L44
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/actions_artifacts_test.go#L126
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/actions_artifacts_test.go#L208
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/actions_artifacts_test.go#L211
cannot use Ptr(5) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/actions_artifacts_test.go#L441
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
|
lint:
github/actions_artifacts_test.go#L444
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|