aws-encryption-provider icon indicating copy to clipboard operation
aws-encryption-provider copied to clipboard

Update golangci-lint to fix aws-sdk-go-v2 linting issues

Open mjlshen opened this issue 4 months ago • 2 comments

  • We have been pinning to older versions of many golangci-lint packages that are no longer needed
  • Updated golangci-lint to v1.61.0 and change a deprecated --deadline flag to --timeout
  • Resolve linter errors - mostly this is ignoring staticcheck for KMSv1 code that's being carried

Resolves CI linting failures in #120 but depends on #121 to merge first to fix a separate CI issue

mjlshen avatar Oct 08 '24 15:10 mjlshen