From f1b7d4b4c7e340247876b48c9def8d4727ea44c2 Mon Sep 17 00:00:00 2001 From: ppom <> Date: Fri, 24 Nov 2023 12:00:00 +0100 Subject: [PATCH] Add go version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83e5df2..c4fc1a8 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ A standard place to put such executables is `/usr/local/bin/`. ### Compilation -You'll need the go toolchain for reaction and a c compiler for ip46tables. +You'll need the go (>= 1.20) toolchain for reaction and a c compiler for ip46tables. ```shell $ make ```