Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plan to upgrade goVersion for etcdctl? #14848

Closed
caixiangibm opened this issue Nov 24, 2022 · 5 comments
Closed

Plan to upgrade goVersion for etcdctl? #14848

caixiangibm opened this issue Nov 24, 2022 · 5 comments
Labels

Comments

@caixiangibm
Copy link

What happened?

Downloaded the latest etcd-v3.5.6 and check etcdctl go version information.
We found its go version still with go1.16.15

# go version etcd-v3.5.6-linux-amd64/etcdctl
etcd-v3.5.6-linux-amd64/etcdctl: go1.16.15 

What did you expect to happen?

When will etcd use latest go version of go 1.19.3 or 1.18.8 to build and release newer version?

How can we reproduce it (as minimally and precisely as possible)?

just run: go version etcd-v3.5.6-linux-amd64/etcdctl

Anything else we need to know?

No response

Etcd version (please run commands below)

$ etcd --version
etcd Version: 3.5.6
Git SHA: cecbe35ce
Go Version: go1.16.15
Go OS/Arch: linux/amd64

$ etcdctl version
etcdctl version: 3.5.6
API version: 3.5

Etcd configuration (command line flags or environment variables)

paste your configuration here

Etcd debug information (please run commands blow, feel free to obfuscate the IP address or FQDN in the output)

$ etcdctl member list -w table
# paste output here

$ etcdctl --endpoints=<member list> endpoint status -w table
# paste output here

Relevant log output

No response

@serathius
Copy link
Member

No, we don't usually backport golang minor version upgrades and go1.17 has some breaking changes. Details in #14105 (comment)

@caixiangibm
Copy link
Author

But it seems there was PR for go version 1.19.3?
#14678

@serathius
Copy link
Member

This is the main branch used for development.

@caixiangibm
Copy link
Author

Given that there is go version 1.19.3 master branch for development , the newer go version for etcd is in development and evaluation ?

@serathius
Copy link
Member

Next release of etcd (v3.6) is expected to launch with (+/-) latest available go version on the time of the release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants