From 4769ba8212f465e6c204fa8a72c94a9bbf3351aa Mon Sep 17 00:00:00 2001 From: Michelle Noorali Date: Tue, 5 Apr 2016 12:44:08 -0600 Subject: [PATCH] chore(CONTIBUTING.md): note go ver 1.6 for tests This addresses issue #568. --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0a6da92a4..d1a245afe 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -57,6 +57,8 @@ If you change or add functionality, your changes should include the necessary te Pull requests that do not include sufficient tests or documentation will be rejected. +***NOTE***: Please note that we are currently using Go version 1.6, and tests will fail if you run them on any other version of Go. + ### Coding Standards Go code should always be run through `gofmt` on the default settings. Lines of code may be up to 99 characters long. Documentation strings and tests are required for all public methods. Use of third-party go packages should be minimal, but when doing so, vendor code using [Glide](http://glide.sh/).