Change minimum golang version to 1.14 in README

This commit is contained in:
Gabe Gałązka 2020-07-22 16:37:22 +01:00 committed by Cameron Moore
parent eefcd7f7d5
commit fb9b22a118

View file

@ -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
```