Merge pull request #7 from owncloud/fix-go-requirement

Require a minimum of Go 1.13
This commit is contained in:
Thomas Boerger
2019-12-06 15:06:14 +01:00
committed by GitHub

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