From af7f1fc4eb8dabe52bbf632e57e7a9b35813be7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Wed, 17 Feb 2021 19:49:08 +0000 Subject: [PATCH] README: clarify that Go 1.16 is not yet supported (#230) Since that version is out now, this will help avoid confusion with newcomers. The issue is pinned now, too. While at it, stop saying why 1.14.x is no longer supported, as it's not a maintained version of Go at this point anymore. For #124. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f195379..a0cb028 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ GO111MODULE=on go get mvdan.cc/garble -Obfuscate Go code by wrapping the Go toolchain. Requires Go 1.15 or later, since -Go 1.14 uses an entirely different object format. +Obfuscate Go code by wrapping the Go toolchain. Requires Go 1.15.x; note that +support for Go 1.16 is [a work in progress](https://github.com/burrowers/garble/issues/124). garble build [build flags] [packages]