From 2de49c64136e042a330b7bdc34d3f94260c4fd3c Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 8 Mar 2023 14:01:54 +0100 Subject: [PATCH] [docs-only] Update getting-started.md (for owncloud.dev) The go version need to be updated to v1.19 --- 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 462cf4a8ae..61cafc6de7 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.18 ([install instructions](https://golang.org/doc/install)) +- Go >= v1.19 ([install instructions](https://golang.org/doc/install)) - pnpm ([install instructions](https://pnpm.io/installation)) - docker ([install instructions](https://docs.docker.com/get-docker/)) - docker-compose ([install instructions](https://docs.docker.com/compose/install/))