From f4d3418968bf41f7003674ed22dbb2d2dffd3389 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Thu, 22 Feb 2024 14:01:57 +0100 Subject: [PATCH] website: add 2023.1.7 release notes --- website/content/changes/2023.1.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/content/changes/2023.1.md b/website/content/changes/2023.1.md index cddeb947d..0e380f737 100644 --- a/website/content/changes/2023.1.md +++ b/website/content/changes/2023.1.md @@ -86,3 +86,11 @@ This release fixes the following bugs: - A crash when using the upcoming Go 1.22 ({{< issue "1442" >}}) - A false positive in {{< check "SA9005" >}} when embedding basic types ({{< issue "1443" >}}) + +## Staticcheck 2023.1.7 release notes {#2023.1.7} + +This release fixes some minor issues in Staticcheck's intermediate representation. Furthermore, it improves the way {{< +check "QF1003" >}} generates suggested fixes, working around constraints in the language server protocol. + +The released binaries for this version have been built with Go 1.22 and should no longer panic when checking code +targeting Go 1.22.