awslabs / amazon-ecr-containerd-resolver

The Amazon ECR containerd resolver is an implementation of a containerd Resolver and Fetcher that can pull images from and push images to Amazon ECR using the Amazon ECR API instead of the Docker Registry API.
Apache License 2.0
98 stars 19 forks source link

Update min Go version to Go 1.21 #532

Closed austinvazquez closed 4 months ago

austinvazquez commented 7 months ago

Issue #, if available: N/A

Go 1.21 and Go 1.22 are the latest versions available which means older versions will no longer receive updates.

Description of changes: This change updates the min Go version to Go 1.21

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