awslabs / amazon-eks-ami

Packer configuration for building a custom EKS AMI
https://awslabs.github.io/amazon-eks-ami/
MIT No Attribution
2.38k stars 1.12k forks source link

Update dependency workflow to reuse branch, detect go version #1849

Closed cartermckinnon closed 1 week ago

cartermckinnon commented 1 week ago

Description of changes:

Two changes in our weekly dependency update workflow:

  1. Use the go version that's defined in the go.mod file, so we don't have a go version defined in more than one place.
  2. Re-use the existing branch (and PR) so we don't end up with multiple PR's open from the workflow.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.