matcornic / matcornic/subify

invalid go version and go get is deprecated

Open
#21 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.