Website: Update the required Go version to Latest #104291

Manually merged
Sybren A. Stüvel merged 1 commits from abelli/flamenco:abelli-patch-1 into main 2024-03-25 15:11:44 +01:00

View File

@ -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.