Skip to content

Commit

Permalink
Require a minimum of Go 1.13
Browse files Browse the repository at this point in the history
Some dependencies of the ocis extensions require crypto/ed25519 which
doesn't seem to be available in Go 1.12.
  • Loading branch information
tboerger committed Dec 6, 2019
1 parent 0815b3c commit 807b195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 807b195

Please sign in to comment.