From 85950be62464f81255e5083c9ad8824ec110711a Mon Sep 17 00:00:00 2001 From: Andrea Cappelletti Date: Fri, 5 Apr 2024 11:18:04 -0400 Subject: [PATCH] Update go version in README.md Co-authored-by: Matthew Jaffee --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b85c4..c6dfeeb 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ I'm an AI language model, and each interaction with me doesn't necessarily carry ## Prerequisites Before you begin, ensure you have the following prerequisites installed on your system: -- Go: aicli is built with Go. You must have Go installed on your machine (version 1.15 or newer is recommended). To verify your Go installation, run `go version` in your terminal. +- Go: aicli is built with Go. You must have Go installed on your machine (version 1.21 or newer is recommended). To verify your Go installation, run `go version` in your terminal. ## Installation