coreos / coreos/coreos-assembler

Migrate to the AWS SDK for Go v2 (Linter failing with "github.com/aws/aws-sdk-go/aws" is deprecated message)

Open
#4,254 1 comment 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

go jira
Dominant language
Go
Stars
393
Forks
193
Avg merge
17h 6m
Merged PRs (30d)
5

Description

Error: SA1019: "github.com/aws/aws-sdk-go/aws" is deprecated: aws-sdk-go is deprecated. Use aws-sdk-go-v2. See [https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/.](https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-go-v1-on-july-31-2025/)  (staticcheck)

Looks like we need to migrate to a different library.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating uses of github.com/aws/aws-sdk-go/aws and reviewing the staticcheck SA1019 output. Migrate the affected uses to the AWS SDK for Go v2, then verify that staticcheck no longer reports the deprecated SDK import.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, go
Domain
cloud, tooling
Issue type
Refactor
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.