Closed
Description
Stop bumping go directive unless necessitated by other dependencies. This line increases minimum version for all importers
Please instead use go toolchain directive if a certain version tooling is required to build (ie. for CVEs requiring go cli upgrade). This line only affect the current repos, and other importers can use lower version as long as the version meets go directive minimum.
5548c42 bumped to go1.23.1
This caused other repos to also bump minimum go directive.
vmware-tanzu/velero@9e0eb46#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6R3
Similar requirements honored by other repos: grpc/grpc-go#7831 (discussion)
Similar issues:
vmware-tanzu/velero#8397
cc: @MartinForReal