awslabs / amazon-ecr-credential-helper

Automatically gets credentials for Amazon ECR on docker push/docker pull

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Go 1.19 to GitHub actions matrix.

austinvazquez opened this issue · comments

Mainly looking to add support for latest version of the Go compiler if possible.

Because amazon-ecr-credential-helper is a binary that gets installed on the user's system. I advocate for dropping support for older Go compilers. User's can always fallback to released binaries if building from source is not an option for them.