From cd3fd182876c8e28e6ee237174f39d454066b810 Mon Sep 17 00:00:00 2001 From: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com> Date: Fri, 24 Feb 2023 08:39:46 -0600 Subject: [PATCH 1/3] Add Note about dropping go 1.18 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c58eb5fc67f..6c8d8e49008 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] +### Compatibility Note +This release is the last to support go 1.18. The next release will require go 1.19. + ### Added - Semantic conventions of the `event` type are now generated. (#3697) From 36cf1834ba4a04fe8cab7cd4d0f4ddec7decb909 Mon Sep 17 00:00:00 2001 From: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com> Date: Fri, 24 Feb 2023 08:42:18 -0600 Subject: [PATCH 2/3] Fix lint --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c8d8e49008..eec59ba997a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] ### Compatibility Note + This release is the last to support go 1.18. The next release will require go 1.19. ### Added From 2e644374dd265d5efc10b835f33022a95fc2d90a Mon Sep 17 00:00:00 2001 From: Tyler Yahn Date: Mon, 27 Feb 2023 10:42:43 -0800 Subject: [PATCH 3/3] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Robert PajÄ…k --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d805ef825eb..c50b94d4e8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,9 +8,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased] -### Compatibility Note - -This release is the last to support go 1.18. The next release will require go 1.19. +This release is the last to support Go 1.18. +The next release will require at least Go 1.19. ### Added