From 78dd91cdc475810512a56a3cb84c3d1e17edaa9c Mon Sep 17 00:00:00 2001 From: Daniel Kunz Date: Tue, 19 Dec 2023 15:48:25 +0100 Subject: [PATCH] Update README with linter version Add version golangci-lint v1.53.3 as pre-requisites to README file. Signed-off-by: Daniel Kunz --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2cdb7f1f..0c1135d4 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Install the following pre-requisites. 1. Go (v1.19 or later). 2. ganache-cli (v6.9.1 or later). + 3. golangci-lint (v1.53.3) Clone the project and sync the dependencies: