From e6c0aeffe19c97de8303465b538e2322d167edf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sat, 18 Jan 2025 16:33:19 +0000 Subject: [PATCH] README: we require Go 1.23.5 now --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51fc019..2044489 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.23 or later. +Obfuscate Go code by wrapping the Go toolchain. Requires Go 1.23.5 or later. garble build [build flags] [packages]