chore(deps): bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.34.1 to 1.34.3 in /dynamodb #1478
golangci-lint.yml
on: pull_request
generate-matrix
7s
Matrix: lint
Annotations
6 errors
lint (dynamodb):
dynamodb.go#L235
[golangci] reported by reviewdog πΆ
SA1019: aws.EndpointResolverWithOptionsFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck)
Raw Output:
dynamodb.go:235:14: SA1019: aws.EndpointResolverWithOptionsFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck)
endpoint := aws.EndpointResolverWithOptionsFunc(func(service, region string, options ...interface{}) (aws.Endpoint, error) {
^
|
lint (dynamodb):
dynamodb.go#L237
[golangci] reported by reviewdog πΆ
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)
Raw Output:
dynamodb.go:237:11: 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)
return aws.Endpoint{
^
|
lint (dynamodb):
dynamodb.go#L244
[golangci] reported by reviewdog πΆ
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)
Raw Output:
dynamodb.go:244:10: 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)
return aws.Endpoint{}, &aws.EndpointNotFoundError{}
^
|
lint (dynamodb):
dynamodb.go#L251
[golangci] reported by reviewdog πΆ
SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
Raw Output:
dynamodb.go:251:4: SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
awsconfig.WithEndpointResolverWithOptions(endpoint),
^
|
lint (dynamodb):
dynamodb.go#L261
[golangci] reported by reviewdog πΆ
SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
Raw Output:
dynamodb.go:261:3: SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
awsconfig.WithEndpointResolverWithOptions(endpoint),
^
|
lint (dynamodb)
reviewdog exited with status code: 1
|