Skip to content

Commit

Permalink
Update Go version from 1.22.9 to 1.22.10
Browse files Browse the repository at this point in the history
Signed-off-by: Anurag De <[email protected]>
  • Loading branch information
deanurag committed Dec 6, 2024
1 parent f128d89 commit 04a38fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ Previous change logs can be found at [CHANGELOG-3.3](https://github.com/etcd-io/
### Package `clientv3`
- Fix [runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type](https://github.com/etcd-io/etcd/pull/18936)

### Dependencies
- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19005)

<hr>

## v3.4.35 (2024-11-12)
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG/CHANGELOG-3.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ Previous change logs can be found at [CHANGELOG-3.4](https://github.com/etcd-io/
### Package `clientv3`
- Fix [runtime panic that occurs when KeepAlive is called with a Context implemented by an uncomparable type](https://github.com/etcd-io/etcd/pull/18937)

## Dependencies
- Compile binaries using [go 1.22.10](https://github.com/etcd-io/etcd/pull/19004).

### etcd grpc-proxy
- Add [`tls min/max version to grpc proxy`](https://github.com/etcd-io/etcd/pull/18829) to support setting TLS min and max version.

Expand Down

0 comments on commit 04a38fd

Please sign in to comment.