From ebcf686c4a7e652733dbc1068efa2c9c324c30ff Mon Sep 17 00:00:00 2001 From: NC Thompson Date: Tue, 15 Jan 2019 22:05:29 +0200 Subject: [PATCH] Added go version requirement --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 56800c0..643edda 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ The invertergui allows the monitoring of a [Victron Multiplus](https://www.victr The `ncthompson/invertergui` docker image is a build of [invertergui](https://gitlab.com/ncthompson/invertergui) +## Requirements + +This project makes use of [Go Modules](https://github.com/golang/go/wiki/Modules). The minimum version for Go is 1.11.x. + ## Getting started ```bash