Closed
Description
Since #3410 the go directive in the top-level go.mod for the go-github library was bumped to an absolute of 1.22.10 here which now requires all consumers to be building with the latest 1.22.10 release of Go 1.22 — this seems unnecessarily restrictive for a library module, particularly as the code itself doesn't currently use any modern language constructs and builds fine even with Go 1.19. Could we at least relax the go directive to 1.22.0 on the assumption that you're doing it to only support the latest N-1 and N releases of the Go toolchain?
Metadata
Metadata
Assignees
Labels
No labels