Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deprecated packages #1308

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

sondavidb
Copy link
Contributor

@sondavidb sondavidb commented Jul 9, 2024

Issue #, if available:

Description of changes:
#1307 had some failing lint checks due to deprecated containerd packages. This updates code references to point to the new packages.

You can see the lint action passing with the dependabot changes here: https://github.com/sondavidb/soci-snapshotter/actions/runs/9862588798?pr=17

Once done we should rebase #1307.

Testing performed:
I first pulled from the dependabot branch, made my changes, then ran the below commands:
golangci-lint run ./...
cd cmd && golangci-lint run ./...

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@sondavidb sondavidb requested a review from a team as a code owner July 9, 2024 18:45
@github-actions github-actions bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code testing Unit and/or integration tests labels Jul 9, 2024
github.com/containerd/containerd/platforms ->
github.com/containerd/platforms

github.com/containerd/containerd/reference/docker ->
github.com/distribution/reference

Signed-off-by: David Son <davbson@amazon.com>
@sondavidb sondavidb force-pushed the create-pull-request/patch branch from 853acc6 to 28ae51d Compare July 9, 2024 18:55
@sondavidb sondavidb merged commit 0d06c88 into awslabs:main Jul 9, 2024
10 checks passed
@sondavidb sondavidb deleted the create-pull-request/patch branch July 9, 2024 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code testing Unit and/or integration tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants