feat: Deprecate and replace Bool,Int,Int64,String with Ptr using generics #4364
Annotations
23 errors and 3 warnings
test (1.x, ubuntu-latest):
github/migrations_test.go#L237
cannot use Ptr(79) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/migrations_test.go#L247
cannot use Ptr(1296269) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/migrations_user_test.go#L235
cannot use Ptr(79) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/migrations_user_test.go#L245
cannot use Ptr(1296269) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/actions_artifacts_test.go#L44
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/actions_artifacts_test.go#L126
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/actions_artifacts_test.go#L208
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/actions_artifacts_test.go#L211
cannot use Ptr(5) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/actions_artifacts_test.go#L441
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest):
github/actions_artifacts_test.go#L444
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.x, windows-latest)
The job was canceled because "_1_x_ubuntu-latest" failed.
|
test (1.x, windows-latest)
The operation was canceled.
|
test (1.22.x, ubuntu-latest)
The job was canceled because "_1_x_ubuntu-latest" failed.
|
test (1.22.x, ubuntu-latest):
github/migrations_test.go#L237
cannot use Ptr(79) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/migrations_test.go#L247
cannot use Ptr(1296269) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/migrations_user_test.go#L235
cannot use Ptr(79) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/migrations_user_test.go#L245
cannot use Ptr(1296269) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/actions_artifacts_test.go#L44
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/actions_artifacts_test.go#L126
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/actions_artifacts_test.go#L208
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/actions_artifacts_test.go#L211
cannot use Ptr(5) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/actions_artifacts_test.go#L441
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.22.x, ubuntu-latest):
github/actions_artifacts_test.go#L444
cannot use Ptr(1) (value of type *int) as *int64 value in struct literal
|
test (1.x, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/go-github/go-github. Supported file pattern: go.sum
|
test (1.x, windows-latest)
Restore cache failed: Dependencies file is not found in D:\a\go-github\go-github. Supported file pattern: go.sum
|
test (1.22.x, ubuntu-latest)
Restore cache failed: Dependencies file is not found in /home/runner/work/go-github/go-github. Supported file pattern: go.sum
|