From e4bf94809dc077b6d21dac156c02640e7f86be25 Mon Sep 17 00:00:00 2001 From: gmorenz Date: Mon, 11 Apr 2022 18:15:51 -0400 Subject: [PATCH] Build fails on go 1.16, update docs to say 1.17 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1f71d11..8838d8c7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ or tools in the `contrib` folder. If you want to build from source, as opposed to installing one of the pre-built packages: -1. Install [Go](https://golang.org) (requires Go 1.16 or later) +1. Install [Go](https://golang.org) (requires Go 1.17 or later) 2. Clone this repository 2. Run `./build`