Skip to content

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.22 to 1.27.24 in /s3 #1465

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.22 to 1.27.24 in /s3

chore(deps): bump github.com/aws/aws-sdk-go-v2/config from 1.27.22 to 1.27.24 in /s3 #1465

Status Failure
Total duration 1m 30s
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 (s3): s3/s3.go#L176
[golangci] reported by reviewdog 🐢 SA1019: aws.EndpointResolverWithOptionsFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck) Raw Output: s3.go:176: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 (s3): s3/s3.go#L178
[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: s3.go:178: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 (s3): s3/s3.go#L185
[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: s3.go:185: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 (s3): s3/s3.go#L192
[golangci] reported by reviewdog 🐢 SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck) Raw Output: s3.go:192:4: SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck) awsconfig.WithEndpointResolverWithOptions(endpoint), ^
lint (s3): s3/s3.go#L202
[golangci] reported by reviewdog 🐢 SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck) Raw Output: s3.go:202:3: SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck) awsconfig.WithEndpointResolverWithOptions(endpoint), ^
lint (s3)
reviewdog exited with status code: 1