refactor: replaced retry implementation inside functions with generic… #91
develop.yml
on: push
test
2m 25s
push-docker-build
0s
Annotations
10 errors and 2 warnings
test:
cmd/addStake.go#L11
could not import razor/utils (-: # razor/utils
|
test:
utils/asset.go#L33
cannot use AssetManagerInterface (variable of type AssetManagerUtils) as context.Context value in argument to InvokeFunctionWithRetryAttempts: AssetManagerUtils does not implement context.Context (missing method Deadline)
|
test:
utils/asset.go#L33
cannot use client (variable of type *ethclient.Client) as string value in argument to InvokeFunctionWithRetryAttempts
|
test:
utils/asset.go#L57
cannot use AssetManagerInterface (variable of type AssetManagerUtils) as context.Context value in argument to InvokeFunctionWithRetryAttempts: AssetManagerUtils does not implement context.Context (missing method Deadline)
|
test:
utils/asset.go#L57
cannot use client (variable of type *ethclient.Client) as string value in argument to InvokeFunctionWithRetryAttempts
|
test:
utils/asset.go#L81
cannot use AssetManagerInterface (variable of type AssetManagerUtils) as context.Context value in argument to InvokeFunctionWithRetryAttempts: AssetManagerUtils does not implement context.Context (missing method Deadline)
|
test:
utils/asset.go#L81
cannot use client (variable of type *ethclient.Client) as string value in argument to InvokeFunctionWithRetryAttempts
|
test:
utils/asset.go#L89
cannot use AssetManagerInterface (variable of type AssetManagerUtils) as context.Context value in argument to InvokeFunctionWithRetryAttempts: AssetManagerUtils does not implement context.Context (missing method Deadline)
|
test:
utils/asset.go#L89
cannot use client (variable of type *ethclient.Client) as string value in argument to InvokeFunctionWithRetryAttempts
|
test:
utils/asset.go#L178
cannot use AssetManagerInterface (variable of type AssetManagerUtils) as context.Context value in argument to InvokeFunctionWithRetryAttempts: AssetManagerUtils does not implement context.Context (missing method Deadline)
|
test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/setup-go@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|