From 807b19504ed731306b61481d6b4806a354b7a99f Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 6 Dec 2019 14:59:15 +0100 Subject: [PATCH] Require a minimum of Go 1.13 Some dependencies of the ocis extensions require crypto/ed25519 which doesn't seem to be available in Go 1.12. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 947539dc9c..86c09b20ab 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Just import the required packages within your ownCloud Infinite Scale extensions ## Development -Make sure you have a working Go environment, for further reference or a guide take a look at the [install instructions](http://golang.org/doc/install.html). This project requires Go >= v1.12. +Make sure you have a working Go environment, for further reference or a guide take a look at the [install instructions](http://golang.org/doc/install.html). This project requires Go >= v1.13. ```console git clone https://github.com/owncloud/ocis-pkg.git