We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9acd52 commit 66f37d6Copy full SHA for 66f37d6
1 file changed
docs/developer.md
@@ -7,7 +7,7 @@ features and tests.
7
8
Postgres Operator is written in Go. Use the [installation instructions](https://golang.org/doc/install#install)
9
if you don't have Go on your system. You won't be able to compile the operator
10
-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/).
11
12
Go projects expect their source code and all the dependencies to be located
13
under the [GOPATH](https://github.com/golang/go/wiki/GOPATH). Normally, one
0 commit comments