From 8218235632bbc5db68c935d2b33877d1c1cac1e7 Mon Sep 17 00:00:00 2001 From: Steve Willoughby Date: Thu, 4 Apr 2024 12:43:14 -0700 Subject: [PATCH] adds support statement --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92b6c53d4..8a5dc4621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ * Updated unit tests to check `Transaction.Ignore` * Updated `nrzap` unit tests to add background logger sugared test case. +### Support statement +We use the latest version of the Go language. At minimum, you should be using no version of Go older than what is supported by the Go team themselves. +See the [Go agent EOL Policy](https://docs.newrelic.com/docs/apm/agents/go-agent/get-started/go-agent-eol-policy/) for details about supported versions of the Go agent and third-party components. + ## 3.31.0 ### Added * Integration packages to instrument AI model invocations (see below).