build(deps): bump github.com/aptos-labs/aptos-go-sdk from 1.7.1-0.20250602153733-bb1facae1d43 to 1.11.0 #2207
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