From 7ccae6c182c07017c13d7120d0eff4196b378ee5 Mon Sep 17 00:00:00 2001 From: Pavlo Golub Date: Fri, 8 Sep 2023 13:50:11 +0200 Subject: [PATCH] [*] update README with a minimum Go version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 744c229..69144ad 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ It's based on the well-known [sqlmock](https://github.com/DATA-DOG/go-sqlmock) l **pgxmock** has one and only purpose - to simulate **pgx** behavior in tests, without needing a real database connection. It helps to maintain correct **TDD** workflow. -- written based on **go1.15** version, however, should be compatible with **go1.11** and above; +- written based on **go1.21** version; - does not require any modifications to your source code; - has strict by default expectation order matching; - has no third party dependencies except **pgx** packages.