From 444ca57e173f8559ad6c9697aa55d76f08c62888 Mon Sep 17 00:00:00 2001 From: Andy Feller Date: Tue, 8 Aug 2023 09:50:45 -0400 Subject: [PATCH] Update CONTRIBUTING.md Bringing the contribution documentation in line with the release documentation as Go 1.19+ is required. --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3b2584063..eed468389 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -23,7 +23,7 @@ Please avoid: ## Building the project Prerequisites: -- Go 1.16+ +- Go 1.19+ Build with: * Unix-like systems: `make`