build(deps): bump github.com/aptos-labs/aptos-go-sdk from 1.6.3-0.20250331001805-0680b714db6d to 1.10.0 #2129
Annotations
2 errors
Linting Go
cannot use mockClient (variable of type *mock_aptossdk.AptosRpcClient) as "github.com/aptos-labs/aptos-go-sdk".AptosRpcClient value in argument to NewTimelockInspector: *mock_aptossdk.AptosRpcClient does not implement "github.com/aptos-labs/aptos-go-sdk".AptosRpcClient (wrong type for method EntryFunctionWithArgs)
		have EntryFunctionWithArgs("github.com/aptos-labs/aptos-go-sdk".AccountAddress, string, string, []interface{}, []interface{}) (*"github.com/aptos-labs/aptos-go-sdk".EntryFunction, error)
		want EntryFunctionWithArgs("github.com/aptos-labs/aptos-go-sdk".AccountAddress, string, string, []any, []any, ...any) (*"github.com/aptos-labs/aptos-go-sdk".EntryFunction, error)" severity="error" source="typecheck"></error>
|
Linting Go
issues found
|
Loading