Upgrade to go 1.16

This commit is contained in:
Nicholas Thompson
2021-04-23 22:05:42 +02:00
parent cc8fa9d611
commit f6c3b38976
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ docker run --name invertergui --device /dev/ttyUSB0:/dev/ttyUSB0 -p 8080:8080 di
## Requirements
This project makes use of [Go Modules](https://github.com/golang/go/wiki/Modules). The minimum version for Go is 1.11.x.
This project makes use of [Go Modules](https://github.com/golang/go/wiki/Modules). The minimum version for Go is 1.16
## Getting started