kubecost / kubectl-cost

CLI for determining the cost of Kubernetes workloads
Apache License 2.0
872 stars 55 forks source link

require go1.18 in go.mod #175

Closed johanneskastl closed 1 month ago

johanneskastl commented 1 month ago

What does this PR change?

Change the required go version in go.mod to 1.18, as lots of dependencies require this version. go mod tidy and go mod verify were run afterwards

Does this PR rely on any other PRs?

No.

How does this PR impact users? (This is the kind of thing that goes in release notes!)

No impact on end users.

Links to Issues or ZD tickets this PR addresses or fixes

How was this PR tested?

I tested that I can successfully build a package for openSUSE based on my branch.

https://build.opensuse.org/package/show/home:ojkastl_buildservice:Branch_devel_kubic/kubectl-cost

Have you made an update to documentation?

No, I do not think there is a need for that.

AjayTripathy commented 1 month ago

@johanneskastl Thank you so much for this! @cliffcolvin can we get a build out?