From d8ace7b7ff7cdbbf023534f24ca52183d797871c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Mon, 20 Feb 2023 11:51:23 +0100 Subject: [PATCH] Website: document Go 1.20 is needed --- .../content/development/getting-started/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/project-website/content/development/getting-started/_index.md b/web/project-website/content/development/getting-started/_index.md index c9541040..2f4a71a5 100644 --- a/web/project-website/content/development/getting-started/_index.md +++ b/web/project-website/content/development/getting-started/_index.md @@ -18,7 +18,7 @@ Then follow the steps below to get everything up & running. Most of Flamenco is made in Go. -1. Install [Go 1.18 or newer](https://go.dev/). +1. Install [Go 1.20 or newer](https://go.dev/). 2. Optional: set the environment variable `GOPATH` to where you want Go to put its packages. Go will use `$HOME/go` by default. 3. Ensure `$GOPATH/bin` is included in your `$PATH` environment variable. Run `go env GOPATH` if you're not sure what path to use.