From 3e0d3607778524ca588de5e9353518a301a25f8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Tue, 7 Feb 2023 16:41:35 +0000 Subject: [PATCH] README: update the minimum Go version required We had dropped supprot for Go 1.18.x back in October, but completely forgot about the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16e4a25..3fd44e5 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ go install mvdan.cc/garble@latest -Obfuscate Go code by wrapping the Go toolchain. Requires Go 1.18 or later. +Obfuscate Go code by wrapping the Go toolchain. Requires Go 1.19 or later. garble build [build flags] [packages]