From e204e925c0bfe61719271c3feceb663e84a808d3 Mon Sep 17 00:00:00 2001 From: John Roesler Date: Fri, 24 Jan 2025 11:01:39 -0600 Subject: [PATCH] Update supported go versions in readme --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index d53257109..1b7caa889 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,7 @@ The Go library documentation can be found [here][libdocs]. ### Supported Go Versions -This library supports the following Go implementations: - -- Go 1.15 -- Go 1.16 -- Go 1.17 -- Go 1.18 -- Go 1.19 -- Go 1.20 +This library supports Go 1.16+ ## Installation