From fb9b22a118d68675ac061e100ac89b633df40005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabe=20Ga=C5=82=C4=85zka?= <38294951+flawedworld@users.noreply.github.com> Date: Wed, 22 Jul 2020 16:37:22 +0100 Subject: [PATCH] Change minimum golang version to 1.14 in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9527262..1706b79 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,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 ```