From 7a16cf74f0414bb3ba4f53809396666ae3e4cdf4 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 22 May 2019 19:25:09 +1000 Subject: [PATCH] docs: mandate go 1.12 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dafb4ff1..897b64e5 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Wails is currently in Beta. Please make sure you read the [Project Status](https Wails uses cgo to bind to the native rendering engines so a number of platform dependent libraries are needed as well as an installation of Go. The basic requirements are: -- Go 1.11 or above +- Go 1.12 - npm ### MacOS