From 8c46a8343b25a0fc83cc3acf75c14c35bf987f2d Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Thu, 5 Dec 2019 17:01:38 -0600 Subject: [PATCH] Document minimum Go release --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df3322f..23f00f4 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 [Golang](http://golang.org/doc/install) environment and then run the +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 ```bash $ go get github.com/adnanh/webhook ```