fix typo in changelog

pull/16263/head
DanStough 2023-02-15 11:19:01 -05:00
parent f81c5d4933
commit ff4f0596f3
No known key found for this signature in database
GPG Key ID: 0D994ED7D73D7809
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
```release-note:security
Upgrade to use Go 1.20.1.
This resolves a vulnerabilities [CVE-2022-41724](https://go.dev/issue/58001) in `crypto/tls` and [CVE-2022-41723](https://go.dev/issue/57855) in `net/http`.
This resolves vulnerabilities [CVE-2022-41724](https://go.dev/issue/58001) in `crypto/tls` and [CVE-2022-41723](https://go.dev/issue/57855) in `net/http`.
```