mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-13 11:09:23 +01:00
docs: update Go version to 1.9 in Contribution Checklist (#1095)
According to install.md, the minimum version of Go supported at the moment is 1.9, so update the Go version referenced in Contribution Checklist to 1.9 as well.
This commit is contained in:
parent
3c73329912
commit
7a50097dec
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ Rejoice as you will now be listed as a [contributor](https://github.com/lightnin
|
|||
|
||||
#### 6.1. Contribution Checklist
|
||||
|
||||
- [ ] All changes are Go version 1.5 compliant
|
||||
- [ ] All changes are Go version 1.9 compliant
|
||||
- [ ] The code being submitted is commented according to the
|
||||
[Code Documentation and Commenting](#CodeDocumentation) section
|
||||
- [ ] For new code: Code is accompanied by tests which exercise both
|
||||
|
|
Loading…
Add table
Reference in a new issue