From 94367b53b4e75a9ad27108b698231ca739043edc Mon Sep 17 00:00:00 2001 From: Aaron Clawson Date: Mon, 22 Nov 2021 10:09:42 -0600 Subject: [PATCH] Add a go version compatibility to the readme. (#2407) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add a go version compatibility to the readme. * Fix lint * Update README.md Co-authored-by: Robert Pająk Co-authored-by: Tyler Yahn Co-authored-by: Robert Pająk --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 157dcc3ca..eee870abb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ Project versioning information and stability guarantees can be found in the ### Compatibility +OpenTelemetry-Go attempts to track the current supported versions of the +[Go language](https://golang.org/doc/devel/release#policy). The release +schedule after a new minor version of go is as follows: + +- The first release or one month, which ever is sooner, will add build steps for the new go version. +- The first release after three months will remove support for the oldest go version. + This project is tested on the following systems. | OS | Go Version | Architecture |