From f22fc732d190df32b8ecb09bcc51c85a0f0483b8 Mon Sep 17 00:00:00 2001 From: Hiranya Jayathilaka Date: Fri, 9 Mar 2018 13:58:13 -0800 Subject: [PATCH] Document Minimum Go Version --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3ea293a2..b3ddcdf5 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,11 @@ Please refer to the [CONTRIBUTING page](./CONTRIBUTING.md) for more information about how you can contribute to this project. We welcome bug reports, feature requests, code review feedback, and also pull requests. +## Supported Go Versions + +We support Go v1.7 and higher. +[Continuous integration](https://travis-ci.org/firebase/firebase-admin-go) system +tests the code on Go v1.7 through v1.10. ## Documentation