From 66f37d6c03e2a936b90e13a41b975c5101f3fdfe Mon Sep 17 00:00:00 2001 From: Steve Singer Date: Fri, 26 Mar 2021 05:02:25 -0400 Subject: [PATCH] Update developer docs to say that GO 1.15 or newer is required. (#1415) Fixes issue 1414 --- docs/developer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer.md b/docs/developer.md index 8ab1e60bc..6f4e08935 100644 --- a/docs/developer.md +++ b/docs/developer.md @@ -7,7 +7,7 @@ features and tests. Postgres Operator is written in Go. Use the [installation instructions](https://golang.org/doc/install#install) if you don't have Go on your system. You won't be able to compile the operator -with Go older than 1.7. We recommend installing [the latest one](https://golang.org/dl/). +with Go older than 1.15. We recommend installing [the latest one](https://golang.org/dl/). Go projects expect their source code and all the dependencies to be located under the [GOPATH](https://github.com/golang/go/wiki/GOPATH). Normally, one