checkpoint-restore / checkpoint-restore-operator

Apache License 2.0
11 stars 6 forks source link

Increase minimum Go version to 1.22 #17

Closed adrianreber closed 3 months ago

adrianreber commented 3 months ago

1.22 is the minimum version required by a couple of dependencies.

snprajwal commented 3 months ago

Might it make sense to squash the latest commit with the first one (with the Go version bump)? It'll ensure we can bisect the repo going forward

rst0git commented 3 months ago

LGTM

Would it be possible to add more information about the dependencies that require 1.22 in the commit message?

adrianreber commented 3 months ago

LGTM

Would it be possible to add more information about the dependencies that require 1.22 in the commit message?

I don't really know. I just see dependabot failing with a diff that indicates that 1.22 is required.

rst0git commented 3 months ago

It looks like k8s.io/api is one of these dependencies:

adrianreber commented 3 months ago

@rst0git Added k8s.io/api to the commit message.

@snprajwal squashed