libp2p / libp2p/docs

Incorrect go version requirement

Open Beginner friendly
#349 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
HTML
Stars
72
Forks
97
PR merge metrics
No merged PRs in 30d

Description

Documentation here specifies the minimum go version is 1.19 but is in fact 1.20

$ go build -o libp2p-node      
                                                                                          
# github.com/quic-go/quic-go/internal/qtls
/home/alejandro/go/pkg/mod/github.com/quic-go/quic-go@v0.38.1/internal/qtls/go_oldversion.go:5:13: cannot use "The version of quic-go you're using can't be built using outdated Go versions. For more details, please see https://github.com/quic-go/quic-go/wiki/quic-go-and-Go-versions." (untyped string constant "The version of quic-go you're using can't be built using outdated Go...) as int value in variable declaration
note: module requires Go 1.20

Contributor guide

No contributing guide indexed for this repository

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 the getting-started page at https://docs.libp2p.io/guides/getting-started/go/ and compare its stated minimum Go version with the build output in this issue. Update the requirement to match the documented module requirement, then verify that the page consistently reflects the supported version.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.