Some Golang CVEs get flagged in the suc binary as it was built with an
older golang version. Use go 1.22.6
Updating other go module deps.
SLES update is required for libc compatiblity with latest ginkgo
version.
Update golangci-lint. Most gingko and gomega changes are to fix linting
failures.
Update sonobuoy
docker bridge address is added to tls-san to avoid cert errors when
using the client to connect the KUBEHOST.
Drop deprecated version field in the docker compose manifests.
It is recommended that the next release be v0.15.0 as 0.14.0 was already
published and deleted in the past and gosumdb already has entries.
* latest tag for prepare and upgrade containers
In reviewing #60 I realized that the `WithImageTag` function was buggy
as well as the tests for it. So, in the spirit of the changes presented
in #60 (requested in #59) I have replaced it with `WithLatestTag` which
will not override a tag if an image reference already has one. This
means that SUC interprets a tag-less image ref specified for `prepare`
or `upgrade` containers to have the plan's resolved version (aka
`.status.latestVersion`) instead of `latest`.
Fixes#41Fixes#59
* update readme and examples