Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.14.7 to 1.14.9 in /dynamodb #1483

chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.14.7 to 1.14.9 in /dynamodb

chore(deps): bump github.com/aws/aws-sdk-go-v2/feature/dynamodb/attributevalue from 1.14.7 to 1.14.9 in /dynamodb #1483

Status Failure
Total duration 2m 39s
Artifacts

golangci-lint.yml

on: pull_request
generate-matrix
8s
generate-matrix
Matrix: lint
Fit to window
Zoom out
Zoom in

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