Async update sample #320
Annotations
10 errors and 2 warnings
build-and-test:
recovery/recovery_workflow.go#L291
cannot use *attr.GetWorkflowTaskTimeout() (variable of type durationpb.Duration) as time.Duration value in struct literal
|
build-and-test:
recovery/recovery_workflow.go#L347
cannot use &zeroTime (value of type *time.Time) as *timestamppb.Timestamp value in struct literal
|
build-and-test:
recovery/recovery_workflow.go#L348
cannot use &now (value of type *time.Time) as *timestamppb.Timestamp value in struct literal (compile)
|
build-and-test:
temporal-fixtures/namespaces/main.go#L38
cannot use &retention (value of type *time.Duration) as *durationpb.Duration value in struct literal (compile)
|
build-and-test:
schedule/workflow.go#L26
info.SearchAttributes is deprecated: use [Workflow.GetTypedSearchAttributes] instead. (SA1019)
|
build-and-test:
schedule/workflow.go#L33
info.SearchAttributes is deprecated: use [Workflow.GetTypedSearchAttributes] instead. (SA1019)
|
build-and-test:
searchattributes/searchattributes_workflow.go#L46
info.SearchAttributes is deprecated: use [Workflow.GetTypedSearchAttributes] instead. (SA1019)
|
build-and-test:
searchattributes/searchattributes_workflow.go#L66
workflow.UpsertSearchAttributes is deprecated: use [UpsertTypedSearchAttributes] instead. (SA1019)
|
build-and-test:
searchattributes/searchattributes_workflow.go#L73
info.SearchAttributes is deprecated: use [Workflow.GetTypedSearchAttributes] instead. (SA1019)
|
build-and-test:
searchattributes/searchattributes_workflow.go#L82
workflow.UpsertSearchAttributes is deprecated: use [UpsertTypedSearchAttributes] instead. (SA1019)
|
build-and-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|