Skip to content

config: support aws sdk v2

Sign in for the full log view
GitHub Actions / GolangCI Linter failed Sep 18, 2024 in 0s

reviewdog [GolangCI Linter] report

reported by reviewdog 🐶

Findings (1)

lib/config/aws.go|46 col 3| ineffectual assignment to opts (ineffassign)

Filtered Findings (0)

Annotations

Check failure on line 46 in lib/config/aws.go

See this annotation in the file changed.

@github-actions github-actions / GolangCI Linter

[GolangCI Linter] lib/config/aws.go#L46

ineffectual assignment to opts (ineffassign)
Raw output
lib/config/aws.go:46:3: ineffectual assignment to opts (ineffassign)
		opts = append(opts, config.WithCredentialsProvider(a))
		^