We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
When will etcd use latest go version of go 1.19.3 or 1.18.8 to build and release newer version?
just run: go version etcd-v3.5.6-linux-amd64/etcdctl
No response
$ 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
$ etcdctl member list -w table # paste output here $ etcdctl --endpoints=<member list> endpoint status -w table # paste output here
The text was updated successfully, but these errors were encountered:
No, we don't usually backport golang minor version upgrades and go1.17 has some breaking changes. Details in #14105 (comment)
Sorry, something went wrong.
But it seems there was PR for go version 1.19.3? #14678
This is the main branch used for development.
main
Given that there is go version 1.19.3 master branch for development , the newer go version for etcd is in development and evaluation ?
Next release of etcd (v3.6) is expected to launch with (+/-) latest available go version on the time of the release.
No branches or pull requests
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
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 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)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: