Skip to content

Merge pull request #1490 from gofiber/dependabot/go_modules/dynamodb/… #157

Merge pull request #1490 from gofiber/dependabot/go_modules/dynamodb/…

Merge pull request #1490 from gofiber/dependabot/go_modules/dynamodb/… #157

GitHub Actions / golangci failed Jul 25, 2024 in 0s

reviewdog [golangci] report

reported by reviewdog 🐢

Findings (5)

dynamodb.go|235 col 14| SA1019: aws.EndpointResolverWithOptionsFunc is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [EndpointResolver]. (staticcheck)
dynamodb.go|237 col 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)
dynamodb.go|244 col 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)
dynamodb.go|251 col 4| SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)
dynamodb.go|261 col 3| SA1019: awsconfig.WithEndpointResolverWithOptions is deprecated: The global endpoint resolution interface is deprecated. See deprecation docs on [WithEndpointResolver]. (staticcheck)

Filtered Findings (0)

Annotations

Check failure on line 235 in dynamodb.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] dynamodb.go#L235

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) {
	            ^

Check failure on line 237 in dynamodb.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] dynamodb.go#L237

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{
			       ^

Check failure on line 244 in dynamodb.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] dynamodb.go#L244

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{}
		       ^

Check failure on line 251 in dynamodb.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] dynamodb.go#L251

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),
			^

Check failure on line 261 in dynamodb.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] dynamodb.go#L261

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),
		^