From a9e3bf805d0cba648ee72b5c94403e0a9310624b Mon Sep 17 00:00:00 2001 From: Sam Reid Date: Tue, 4 Oct 2022 17:19:19 +0800 Subject: [PATCH] use go >=1.18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a30573..d653ad3 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Defenders also use canaries as tripwires that can alert them of an attacker with 1. Download the [applicable 64-bit knary binary](https://github.com/sudosammy/knary/releases) __OR__ build knary from source: -__Prerequisite:__ You need Go >=1.16 to build knary. +__Prerequisite:__ You need Go >=1.18 to build knary. ``` go install github.com/sudosammy/knary/v3@latest ```