From 7a50097dec883c57957950646fa0364e3f5ee8e1 Mon Sep 17 00:00:00 2001 From: yohei okada Date: Wed, 18 Apr 2018 10:58:46 +0900 Subject: [PATCH] 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. --- docs/code_contribution_guidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code_contribution_guidelines.md b/docs/code_contribution_guidelines.md index c499e8e09..1a0a8878f 100644 --- a/docs/code_contribution_guidelines.md +++ b/docs/code_contribution_guidelines.md @@ -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