Update minimal go version in README file

This commit is contained in:
Sonja Happ 2021-02-08 12:04:38 +01:00
parent f6e48ce9f7
commit a392a1ce0e

View file

@ -13,7 +13,7 @@ VILLASweb API documentation (autogenerated) is available [here](doc/api/swagger.
## Usage
### Requirements
- Go (version 1.11 or higher), Go Modules are used for dependency management
- Go (min version 1.15), Go Modules are used for dependency management
- PostgreSQL database (tested for version 11, instructions see below)
- swag (https://github.com/swaggo/swag) for automated API documentation creation