From 46d7f8dad3994f3807aed76d139ac884b8991f1d Mon Sep 17 00:00:00 2001 From: Aaron Clawson <3766680+MadVikingGod@users.noreply.github.com> Date: Mon, 27 Feb 2023 13:01:34 -0600 Subject: [PATCH] Add Note about dropping go 1.18 (#3771) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Note about dropping go 1.18 * Fix lint * Apply suggestions from code review Co-authored-by: Robert Pająk --------- Co-authored-by: Damien Mathieu Co-authored-by: Tyler Yahn Co-authored-by: Robert Pająk --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f226a2aa0..cd7dfe2a1 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] +This release is the last to support Go 1.18. +The next release will require at least Go 1.19. + ### Added - Semantic conventions of the `event` type are now generated. (#3697)