From 2f19e6e1b812b1b7522f1294609fbc31ca4b345f Mon Sep 17 00:00:00 2001 From: bvisness Date: Wed, 25 May 2022 22:33:28 +0000 Subject: [PATCH] Add note about Go version to the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a27eaaf..0eb564b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You will need the following software installed: - Go 1.18 or higher: https://go.dev/ - You can download Go directly from the website, or install it through major package managers. + You can download Go directly from the website, or install it through major package managers. If you already have Go installed, but are unsure of the version, you can check by running `go version`. - Postgres: https://www.postgresql.org/