Is Go 1.17 supported by Kubebuilder 3.6.0? #2902
-
Hello, I am new here, and I am trying to use
All of the issues, and discussions, appear to talk about adding support for Go 1.18, and that Go 1.17 should already be supported, so I am not sure if I am doing something wrong? Has anyone seen this error before, or have any ideas I might be able to try out? Versions
Also, tried other versions of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi @Gearheads,
As you can see this message came from the Golang when the tool will run The project as you checked to move forward to support go 1.18 in this way the scaffolds are done using go 1.18 so to use the latest release 3.6.0 you must have installed go 1.18. We need to indeed update the instruction: https://book.kubebuilder.io/quick-start.html#prerequisites Would you like to help us with it? WDYT? |
Beta Was this translation helpful? Give feedback.
-
Closing since it is answered. |
Beta Was this translation helpful? Give feedback.
Hi @Gearheads,
As you can see this message came from the Golang when the tool will run
go mod tidy
. Golang besides being stable and avoiding breaking changes in the releases has some limitations sometimes.The project as you checked to move forward to support go 1.18 in this way the scaffolds are done using go 1.18 so to use the latest release 3.6.0 you must have installed go 1.18.
We need to indeed update the instruction: https://book.kubebuilder.io/quick-start.html#prerequisites
Also, would be nice to update the code here to avoid the error: https://github.com/kubernetes-sigs/kubebuilder/blob/master/pkg/…