As mentioned in https://github.com/aws/aws-sdk-go-v2/issues/2370, AWS SDK for Go v2 releases after 2023/11/15 broke compatibility with all previous releases. Resolves #2882 Signed-off-by: Patrick Decat <pdecat@gmail.com>
* fix: install tools using go.mod for versioning * Add helpful instructions for tool updates. * Add comment * Add boilerplate * Update go.mod * Gofmt feedback
``` * use go 1.17 semantics in go.mod * pin tonistiigi/fsutil dep to match docker/docker's dep go get -u ./... go mod vendor ```