From a392a1ce0e25b04621d0f9f0eaf34a39741eb4c8 Mon Sep 17 00:00:00 2001 From: Sonja Happ Date: Mon, 8 Feb 2021 12:04:38 +0100 Subject: [PATCH] Update minimal go version in README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d550c8..b37a871 100644 --- a/README.md +++ b/README.md @@ -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