ahmetb / kubectx

Faster way to switch between clusters and namespaces in kubectl
https://kubectx.dev
Apache License 2.0
17.66k stars 1.26k forks source link

chore: upgrade Go version to 1.22 #425

Closed idsulik closed 2 months ago

idsulik commented 2 months ago

In this PR https://github.com/ahmetb/kubectx/pull/416 I added slices.Contains, but it's not available for Go 1.20, replaced it with custom func and added todo

idsulik commented 2 months ago

@ahmetb done

ahmetb commented 2 months ago

The action needs to be updated too, it seems to be failing.

idsulik commented 2 months ago

updated it as well