From a6b55e63d70f9deaf148a08b7a390dedd2d84617 Mon Sep 17 00:00:00 2001 From: hunter86bg Date: Sat, 5 Dec 2020 21:44:44 +0200 Subject: [PATCH] Update version requirements in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45d71d6..1428a30 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you don't have time to waste configuring, hosting, debugging and maintaining # Getting started ## Installation ### Building from source -To get started, first make sure you've properly set up your [Go](http://golang.org/doc/install) 1.12 or newer environment and then run +To get started, first make sure you've properly set up your [Go](http://golang.org/doc/install) 1.14 or newer environment and then run ```bash $ go build github.com/adnanh/webhook ```