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.
This commit is contained in:
Thomas Boerger
2019-12-06 14:59:15 +01:00
parent 0815b3c56a
commit 807b19504e
+1 -1
View File
@@ -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