mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 17:28:03 -04:00
Merge pull request #7 from owncloud/fix-go-requirement
Require a minimum of Go 1.13
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