From e2356e1fe5c25df39a3e4567970f658c1d36917f Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 4 Oct 2019 22:02:22 +0200 Subject: [PATCH] Raise minimal Go version to v1.12 --- README.md | 2 +- docs/content/building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 945b0d40cc..9d9a4e9ce8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ You can download prebuilt binaries from the GitHub releases or from our [downloa ## 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.11. +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. ```console git clone https://github.com/owncloud/ocis.git diff --git a/docs/content/building.md b/docs/content/building.md index 0fbdd6dca1..2e1d6c6d09 100644 --- a/docs/content/building.md +++ b/docs/content/building.md @@ -5,7 +5,7 @@ anchor: "building" weight: 30 --- -As this project is built with Go, so you need to install that first. The installation of Go is out of the scope of this document, please follow the official documentation for [Go](golang). After the installation of the required tools you need to get the sources: +As this project is built with Go, so you need to install that first. The installation of Go is out of the scope of this document, please follow the official documentation for [Go](golang), to build this project you have to install Go >= v1.12. After the installation of the required tools you need to get the sources: {{< highlight txt >}} git clone https://github.com/owncloud/ocis.git