From d6a0003c902a7192a2f03c5042edf1c48ab0e152 Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Mon, 4 Jul 2022 14:01:59 +0545 Subject: [PATCH] go 1.18 is required --- docs/ocis/development/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ocis/development/getting-started.md b/docs/ocis/development/getting-started.md index 8616c524c8..8cd57015f3 100644 --- a/docs/ocis/development/getting-started.md +++ b/docs/ocis/development/getting-started.md @@ -16,7 +16,7 @@ So we are trying to reflect this in the tooling. It should be kept simple and qu Besides standard development tools like git and a text editor, you need the following software for development: -- Go >= v1.17 ([install instructions](https://golang.org/doc/install)) +- Go >= v1.18 ([install instructions](https://golang.org/doc/install)) - Yarn ([install instructions](https://classic.yarnpkg.com/en/docs/install)) - docker ([install instructions](https://docs.docker.com/get-docker/)) - docker-compose ([install instructions](https://docs.docker.com/compose/install/))