From 29b1b9479df4f1c3b6162f711417166f2065d82a Mon Sep 17 00:00:00 2001 From: j pimmel Date: Thu, 26 Sep 2024 17:10:29 -0700 Subject: [PATCH] Fix go version required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec725094a3e..026aeb86f65 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ The following table lists all work streams and links to their home directory and ## Installation - Clone this repository -- Install [Go](https://golang.org/doc/install) (Flow supports Go 1.18 and later) +- Install [Go](https://golang.org/doc/install) (Flow requires Go 1.22 and later) - Install [Docker](https://docs.docker.com/get-docker/), which is used for running a local network and integration tests - Make sure the [`GOPATH`](https://golang.org/cmd/go/#hdr-GOPATH_environment_variable) and `GOBIN` environment variables are set, and `GOBIN` is added to your path: