From 0b253f12c29097b998d27de5239c5f0112166a13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Thu, 5 Sep 2024 21:19:46 +0100 Subject: [PATCH] README: fix up Go minimum requirement --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20a09c64..e3460f51 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.20 or later. +Obfuscate Go code by wrapping the Go toolchain. Requires Go 1.22 or later. garble build [build flags] [packages]