digitalocean-cloud-controller-manager icon indicating copy to clipboard operation
digitalocean-cloud-controller-manager copied to clipboard

maintenance: update k8s dependencies to latest patch version

Open mo-rieger opened this issue 1 year ago • 1 comments

go get k8s.io/[email protected] k8s.io/[email protected] k8s.io/[email protected] k8s.io/[email protected] k8s.io/[email protected] go mod tidy go mod vendor

CLOSES: CON-7030

mo-rieger avatar Aug 11 '22 10:08 mo-rieger

@mo-rieger looks like our format checker is complaining about two files not being gofmt'ed: https://github.com/digitalocean/digitalocean-cloud-controller-manager/runs/7785308528?check_suite_focus=true#step:5:151

This seems unrelated to your PR and must have slipped through to master. Would you mind pushing a quick commit to fix it?

timoreimann avatar Aug 11 '22 11:08 timoreimann

@timoreimann

This seems unrelated to your PR and must have slipped through to master.

The linting issue occurs only in the CI because set-up go installs the latest minor version of go. I fixed it to use the latest patch version of the go version used in the project.

mo-rieger avatar Aug 16 '22 09:08 mo-rieger