Add go version in README

This commit is contained in:
ppom 2023-11-24 12:00:00 +01:00
parent 418af00152
commit f1b7d4b4c7

View file

@ -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
```