Enhance Test Infra to Support Latest Version of Golang
Is your feature request related to a problem? When new versions of golangs are released, we have to spend a decent amount of time updating all of the docker files.
Describe the solution you'd like
Update the process to automatically get the latest version of go, and have that version applied to all dockerfiles. This can be accomplished by updating ./build-images.sh to curl/wget the latest version from golang's official site then pass that env to all of the docker files. Something like the below:
GO_VERSION=$(curl -s https://go.dev/VERSION\?m\=text 2> /dev/null | head -n1)
echo $GO_VERSION being passed to dockerfiles
Describe alternatives you've considered NA
@a-hilaly Putting this down 'on paper', so we can refer to it later. Please add your thoughts, or things I missed in this process.
Issues go stale after 180d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 60d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://github.com/aws-controllers-k8s/community.
/lifecycle stale