labstack / labstack/tunnel-client
go-nanoid requires updating in order to fix build with Go 1.14
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 441
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
Go in Homebrew is currently 1.14. tunnel-client is no longer able to be built from source since go-nanoid contains invalid go.mod syntax:
go: github.com/matoous/go-nanoid@v1.1.0: parsing go.mod: go.mod:1: usage: go 1.23
go-nanoid 1.2.0 and later fixes this issue.
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 locating the dependency declaration for github.com/matoous/go-nanoid and inspect the go.mod parsing error shown in the issue. Update go-nanoid to 1.2.0 or later, then verify that tunnel-client builds from source with Go 1.14.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100