build: set min Go version to 1.16 in go.mod

This commit is contained in:
Olaoluwa Osuntokun
2021-08-25 15:56:57 -07:00
parent 9b9e1d329a
commit 6b73f01683
3 changed files with 2 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#### Pull Request Checklist
- [ ] All changes are Go version 1.15 compliant
- [ ] All changes are Go version 1.16 compliant
- [ ] Your PR passes all CI checks. If a check cannot be passed for a justifiable reason, that reason must be stated in the commit message and PR description.
- [ ] If this is your first time contributing, we recommend you read the [Code Contribution Guidelines](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md)
- [ ] The code being submitted is commented according to [Code Documentation and Commenting](https://github.com/lightningnetwork/lnd/blob/master/docs/code_contribution_guidelines.md#CodeDocumentation)