Skip to content

Why is the golang version so accurate to the minor version? #16571

Answered by jmhbnz
liuchangyan asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @liuchangyan - Thanks for your question.

Yes, the etcd project does specify an exact golang patch release in .go-version. We discussed this in #15674 and the project consensus was explicitly defining the patch version was desired.

If you are trying to recompile an existing release it would probably be best to align to that same golang patch version, depending on your goals for the recompile. However I wouldn't expect any issues doing so with a higher patch release version.

Just a quick note, for the upcoming release 3.5.10 the project has moved to golang 1.20, refer #16393.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by liuchangyan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment