Requiring Go v1.24.2 is very restrictive
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 3k
- Forks
- 249
- PR merge metrics
- No merged PRs in 30d
Description
I noticed that after moving the project back to non-v2 the Go version was added to the go.mod file, which is good. However it was added as a very late version which can be overly restrictive for projects using this package. Please consider lowering it to something sensible, perhaps v1.23.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies go.mod as the relevant file; inspect its Go version requirement and compare it with the project's supported compatibility needs. Done means the requirement is lowered from v1.24.2 to a sensible earlier version such as v1.23, while keeping the module configuration valid.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 48/100