components/common-go/README.md
General steps:
./go-get-kubernetes.sh 31.8.go-update-wc-deps.sh./go-update-wc-deps.shinstall/installerinstall/installergo.mod has the target versions set, and if not, adjust manually (not sure why these get overriden there)helm.sh/helm/v3 is set to a compatible version (refer to https://github.com/helm/helm/releases/ to see which release bumps "k8s-io" to which version)go mod tidy && go test ./... until it succeedsgpl: I just noticed that probably go-get-kubernetes.sh was meant for bumping kubernetes versions in common-go - which I did manually. So probably that should be the very first step.