From c08f4f3c0f0e22b35a1537f7f10a94b984e5237f Mon Sep 17 00:00:00 2001 From: Gabriele Quaresima Date: Tue, 7 Feb 2023 16:43:49 +0100 Subject: [PATCH] fix: set minimum go version requirement to 1.19 Signed-off-by: Gabriele Quaresima --- content/docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/getting-started.md b/content/docs/getting-started.md index 84d7a37..7e8cb9c 100644 --- a/content/docs/getting-started.md +++ b/content/docs/getting-started.md @@ -9,7 +9,7 @@ weight: 1010 ## Building the dex binary -To build dex from source code, install a working Go environment with version 1.15 or greater according to the [official documentation][go-setup]. +To build dex from source code, install a working Go environment with version 1.19 or greater according to the [official documentation][go-setup]. Then clone the repository and use `make` to compile the dex binary. ```bash