From f491de07eda4c2ae3dd98d1383fccc0d7d544301 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 26 Apr 2019 09:39:17 +0200 Subject: README: specify go version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1833dbb0..cced98f9 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ After, run the above `build` commands as usual, from a shell that has [`signtool ### Alternative: Building from Linux -You must first have Go and Mingw installed. +You must first have Go ≥1.12 and Mingw installed. ``` $ sudo apt install mingw-w64 golang-go -- cgit v1.2.3-59-g8ed1b