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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user