From 191330299040d8018b0e961a0967a08c2a18a8ec Mon Sep 17 00:00:00 2001 From: Tobias <8368497+toschdev@users.noreply.github.com> Date: Fri, 24 Nov 2023 23:37:40 +0100 Subject: [PATCH] docs: Increase required go version (#3773) --- docs/docs/01-welcome/02-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/01-welcome/02-install.md b/docs/docs/01-welcome/02-install.md index 9fa22fbb07..acd6d66eec 100644 --- a/docs/docs/01-welcome/02-install.md +++ b/docs/docs/01-welcome/02-install.md @@ -24,7 +24,7 @@ Ignite CLI is supported for the following operating systems: Ignite CLI is written in the Go programming language. To use Ignite CLI on a local system: -- Install [Go](https://golang.org/doc/install) (**version 1.19** or higher) +- Install [Go](https://golang.org/doc/install) (**version 1.21.1** or higher) - Ensure the Go environment variables are [set properly](https://golang.org/doc/gopath_code#GOPATH) on your system ## Verify your Ignite CLI version