Skip to content

Commit 8878e69

Browse files
authored
docs: Update minimum Go version in README to 1.23 (#3589)
1 parent da6f225 commit 8878e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ go-github tracks [Go's version support policy][support-policy] supporting any
1313
minor version of the latest two major releases of Go and the go directive in
1414
go.mod reflects that.
1515
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
16+
don't explicitly test older versions and as of Go 1.23 the go directive in
1717
go.mod declares a hard required _minimum_ version of Go to use with this module
1818
and this _must_ be greater than or equal to the go line of all dependencies so
1919
go-github will require the N-1 major release of Go by default.

0 commit comments

Comments
 (0)