Skip to content

Commit

Permalink
Merge pull request #7 from owncloud/fix-go-requirement
Browse files Browse the repository at this point in the history
Require a minimum of Go 1.13
  • Loading branch information
tboerger authored Dec 6, 2019
2 parents 0815b3c + 807b195 commit 1779928
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 1779928

Please sign in to comment.