Skip to content

Is Go 1.17 supported by Kubebuilder 3.6.0? #2902

Closed Answered by camilamacedo86
Gearheads asked this question in Support
Discussion options

You must be logged in to vote

Hi @Gearheads,

go mod tidy: go.mod file indicates go 1.18, but maximum supported version is 1.17

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/…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@Gearheads
Comment options

@camilamacedo86
Comment options

@Gearheads
Comment options

Answer selected by Gearheads
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Support
Labels
None yet
2 participants