Merge pull request #14504 from ahrtr/update_changelog_go1.19

Update changelog-3.6 to reflect the bumping of go 1.19
This commit is contained in:
Benjamin Wang 2022-09-22 17:06:46 +08:00 committed by GitHub
commit 54f9483e72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,8 @@ See [List of metrics](https://etcd.io/docs/latest/metrics/) for all metrics per
- Add [`etcd_debugging_server_alarms`](https://github.com/etcd-io/etcd/pull/14276).
### Go
- Compile with [Go 1.17+](https://golang.org/doc/devel/release.html#go1.17)
- Require [Go 1.19+](https://github.com/etcd-io/etcd/pull/14463).
- Compile with [Go 1.19+](https://golang.org/doc/devel/release.html#go1.19). Please refer to [gc-guide](https://go.dev/doc/gc-guide) to configure `GOGC` and `GOMEMLIMIT` properly.
### Other