kubernetes-sigs / controller-runtime

Repo for the controller-runtime subproject of kubebuilder (sig-apimachinery)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Go Version Format is incorrect

pagrawal10 opened this issue · comments

Getting this error

go.mod:3: invalid go version '1.22.0': must match format 1.23

Go version used: 1.20.6

We should update the go.mod file to have go 1.22 instead of go 1.22.0

No it's correct. Please see #2720

Please either use go 1.22 if you want to use latest or pin to a release branch

@vincepri: Closing this issue.

In response to this:

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.