8000 top-level go directive in go.mod is now unnecessarily restrictive? · Issue #3422 · google/go-github · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
top-level go directive in go.mod is now unnecessarily restrictive? #3422
Closed
@dnwe

Description

@dnwe

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0