We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6f225 commit 8878e69Copy full SHA for 8878e69
README.md
@@ -13,7 +13,7 @@ go-github tracks [Go's version support policy][support-policy] supporting any
13
minor version of the latest two major releases of Go and the go directive in
14
go.mod reflects that.
15
We do our best not to break older versions of Go if we don't have to, but we
16
-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
17
go.mod declares a hard required _minimum_ version of Go to use with this module
18
and this _must_ be greater than or equal to the go line of all dependencies so
19
go-github will require the N-1 major release of Go by default.
0 commit comments