Use older version of go
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
The go mod file for this calls out go 1.22 as it's version, but you're not using any new to go 1.22 features. Could you please specify a lower version, this is pulled in as a transitive dep from gobuffalo and it's setting off red warnings in my IDE because we're not on 1.22 yet.
Contributor guide
No contributing guide indexed for this repository
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
Start by opening the go.mod file and checking its declared Go version. Review how the module is pulled in through gobuffalo and identify a lower compatible version; done means the module no longer requires Go 1.22 without introducing newer language features.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100