Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 20, 2025

The dependency update to aws-sdk-go v1.55.8 introduced deprecation warnings (SA1019) that fail linting. AWS SDK Go v1 is deprecated as of July 31, 2025, but migration to v2 is outside the scope of this dependency update.

Changes

  • Added //nolint:staticcheck comments to AWS SDK v1 imports in S3 blob storage, SES email service, and blob storage tests
  • Comments document that migration to AWS SDK v2 is planned for the future
import (
    "github.com/aws/aws-sdk-go/aws"                 //nolint:staticcheck // AWS SDK v1 will be migrated to v2 in the future
    "github.com/aws/aws-sdk-go/aws/session"         //nolint:staticcheck // AWS SDK v1 will be migrated to v2 in the future
)

This allows the dependency update to proceed while deferring the SDK migration to a separate effort.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@dependabot dependabot bot deleted the branch dependabot/go_modules/all-updates-6379cbc514 December 20, 2025 16:54
@dependabot dependabot bot closed this Dec 20, 2025
Copilot AI changed the title [WIP] Bump the all-updates group across 1 directory with 11 updates Suppress AWS SDK v1 deprecation warnings in lint Dec 20, 2025
Copilot AI requested a review from mattwoberts December 20, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants