kubernetes-sigs / cli-utils

This repo contains binaries that built from libraries in cli-runtime.
Apache License 2.0
155 stars 77 forks source link

Bump deps #641

Closed ash2k closed 2 months ago

ash2k commented 2 months ago

Please see individual commits.

Kubernetes 1.30 uses Go 1.22, so I updated the required Go version too.

I also ran an import formatter to fix the imports after the find/replace of the deprecated type. I hope it's ok. Formatter command was go run github.com/daixiang0/gci@v0.13.4 write cmd pkg -s standard -s default.

Type import change rename - it's an alias, so the same type, and hence it's not a breaking change.

ash2k commented 2 months ago

Opened https://github.com/kubernetes/test-infra/pull/32742 to bump the used Go version.

ash2k commented 2 months ago

/retest

mortent commented 2 months ago

/lgtm /approve

k8s-ci-robot commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ash2k, mortent

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-sigs/cli-utils/blob/master/OWNERS)~~ [mortent] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment