extend etherclient interfaces and fix mocks #11
Annotations
7 errors and 3 warnings
Validate Go code:
store/dynamo/cache/in_memory.go#L32
Error return value of `cache.cache.Add` is not checked (errcheck)
|
Validate Go code:
store/dynamo/cache/in_memory.go#L44
Error return value of `cache.cache.Add` is not checked (errcheck)
|
Validate Go code:
aws/aws.go#L54
SA1019: o.EndpointResolver is deprecated: See EndpointResolverWithOptions (staticcheck)
|
Validate Go code:
aws/aws.go#L55
SA1019: aws.Endpoint is deprecated: This structure was used with the global [EndpointResolver] interface, which has been deprecated in favor of service-specific endpoint resolution. See the deprecation docs on that interface for more information. (staticcheck)
|
Validate Go code:
aws/dynamodb.go#L50
SA1019: o.EndpointResolver is deprecated: Deprecated: EndpointResolver and WithEndpointResolver. Providing a value for this field will likely prevent you from using any endpoint-related service features released after the introduction of EndpointResolverV2 and BaseEndpoint. (staticcheck)
|
Validate Go code:
aws/roundtrip.go#L12
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
Validate Go code
issues found
|
Validate Go code
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
Validate Go code
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Validate Go code
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|