docs: clarify minimum Go version requirement#5395
docs: clarify minimum Go version requirement#5395AdityaChauhanX07 wants to merge 1 commit intohyperledger:mainfrom
Conversation
|
Looks fine but you need to append your signed-off-by |
Signed-off-by: Aditya Chauhan <aditya.chauhanx2612@gmail.com>
3d1f7da to
7997643
Compare
|
Hi maintainers, just a gentle ping in case this PR was missed. |
|
Could you describe a situation where you needed such a text in the documentation? |
|
@AdityaChauhanX07, let me join @pfi79's question, and would you mind explaining why this is needed in the documentation? For whoever is running Fabric, you shouldn't mind which version of Go you use, as long as you're developing or providing PRs or changes to Fabric. It's kind of obvious that you have to follow go.mod. |
Type of change
Description
Clarifies the minimum Go version requirement by explicitly referencing
go.modand warning that older Go versions may cause build or linter failures when running Fabric make targets.Testing
Not applicable (documentation-only change).