Document required Go version in developer guide (#20546)

* Docs: Document required Go version in developer guide
This commit is contained in:
Arve Knudsen 2019-11-21 12:05:29 +01:00 committed by GitHub
parent f05607d4c0
commit 4f4898a782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ Before you begin, you might want to read [How to contribute to Grafana as a juni
Make sure you have the following dependencies installed before setting up your developer environment:
- [Git](https://git-scm.com/)
- [Go](https://golang.org/dl/)
- [Go](https://golang.org/dl/) (see [go.mod](../go.mod#L3) for minimum required version)
- [Node.js (Long Term Support)](https://nodejs.org)
- [Yarn](https://yarnpkg.com)