From 1757366130bb95075f6f352041fe46624d02f388 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Thu, 5 Jun 2025 20:48:18 +0300 Subject: [PATCH] docs: Update minimum Go version in README to 1.23 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edfc1b53813..be59d68080b 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ go-github tracks [Go's version support policy][support-policy] supporting any minor version of the latest two major releases of Go and the go directive in go.mod reflects that. We do our best not to break older versions of Go if we don't have to, but we -don't explicitly test older versions and as of Go 1.21 the go directive in +don't explicitly test older versions and as of Go 1.23 the go directive in go.mod declares a hard required _minimum_ version of Go to use with this module and this _must_ be greater than or equal to the go line of all dependencies so go-github will require the N-1 major release of Go by default.