Merge pull request #18579 from ghouscht/issue-18410

docs: remove warning that etcd 3.5.0 was not yet released
This commit is contained in:
Benjamin Wang
2024-09-15 08:22:18 +01:00
committed by GitHub

View File

@@ -11,13 +11,6 @@
go get go.etcd.io/etcd/client/v3
```
Warning: As etcd 3.5.0 was not yet released, the command above does not work.
After first pre-release of 3.5.0 [#12498](https://github.com/etcd-io/etcd/issues/12498),
etcd can be referenced using:
```
go get go.etcd.io/etcd/client/v3@v3.5.0-pre
```
## Get started
Create client using `clientv3.New`: