From d99efe4dffe69c7714c23f1d075e2ea98a18c745 Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Fri, 4 Nov 2022 01:16:39 +0100 Subject: [PATCH] Require Go 1.17 or later. Pion is unfortunately breaking Go 1.16. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index d0fb8f6..c9bccaa 100644 --- a/INSTALL +++ b/INSTALL @@ -13,7 +13,7 @@ Then connect to `https://localhost:8443` and choose "test". ### Build the `galene` binary -You will need Go 1.16 or later (type `go version`). Then do: +You will need Go 1.17 or later (type `go version`). Then do: CGO_ENABLED=0 go build -ldflags='-s -w'