From ff4f0596f3c17a55068d66bfef3389f1eb17731b Mon Sep 17 00:00:00 2001 From: DanStough Date: Wed, 15 Feb 2023 11:19:01 -0500 Subject: [PATCH] fix typo in changelog --- .changelog/16263.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changelog/16263.txt b/.changelog/16263.txt index e49d12f3613e..a8cd3f9043af 100644 --- a/.changelog/16263.txt +++ b/.changelog/16263.txt @@ -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`. ```