From 1f3328b4415246bbd2d598420b6f5b49c0b824bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Nollet?= <49368145+rnollet@users.noreply.github.com> Date: Mon, 12 Sep 2022 08:57:35 +0200 Subject: [PATCH] Update required Go version in INSTALL to 1.16 --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index f3cc297..3e6302b 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ ## Build the `galene` binary -You will need Go 1.13 or later (type `go version`). Then do: +You will need Go 1.16 or later (type `go version`). Then do: CGO_ENABLED=0 go build -ldflags='-s -w'