invalid go version and go get is deprecated
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 188
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
❯ go install github.com/matcornic/subify@latest
go: github.com/matcornic/subify@latest (in github.com/matcornic/subify@v0.6.0): go.mod:3:
invalid go version '1.23.8': must match format 1.23
❯ go get -u github.com/matcornic/subify
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
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
Start with go.mod line 3 and reproduce the reported go install command. Check the installation guidance represented by the go install and go get commands, then verify that the supported installation path no longer produces the invalid Go version error or relies on deprecated go get usage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system, cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100