Skip to content

Commit

Permalink
Fix go version required
Browse files Browse the repository at this point in the history
  • Loading branch information
franklywatson authored Sep 27, 2024
1 parent 4668c5d commit 29b1b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 29b1b94

Please sign in to comment.