From 6f51f8909fa61f796a2ce69bbf73347abd738ca3 Mon Sep 17 00:00:00 2001 From: Mateus Abelli Date: Mon, 25 Mar 2024 14:36:54 +0100 Subject: [PATCH] Website: Update the required Go version to Latest --- .../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 f979ae1c..a1093d62 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.21 or newer](https://go.dev/). +1. Install the latest [Go](https://go.dev/) version. Check out the current required version in the [go.mod](https://projects.blender.org/studio/flamenco/src/branch/main/go.mod) file. 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. -- 2.30.2