From 06411b1f3f019937562ee5b5de0385ee6f236f2d Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Wed, 17 Feb 2021 19:45:24 -0500 Subject: [PATCH] docs: Bump minimum Go version to 1.15 --- src/docs/markdown/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/build.md b/src/docs/markdown/build.md index 6b5064e..cb7771b 100644 --- a/src/docs/markdown/build.md +++ b/src/docs/markdown/build.md @@ -6,7 +6,7 @@ title: "Build from source" Requirements: -- [Go](https://golang.org/dl) 1.14 or newer +- [Go](https://golang.org/dl) 1.15 or newer Clone the repository: