From f1ce811426346d257a831ad092e15bba971074e1 Mon Sep 17 00:00:00 2001 From: frankw Date: Fri, 22 May 2020 10:26:58 -0700 Subject: [PATCH] Update README regarding minimal Go version required. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2cabd6..9bec7ed 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ More information can be found in [HashCompare](https://github.com/fwessels/HashC ### Requirements -All Go versions >= 1.7 are supported. Notice that the amd64 AVX2 implementation is only available with Go 1.8 and newer. +All Go versions >= 1.11 are supported (needed for required assembly support for the different platforms). ### Contributing