Skip to content

Commit 66f37d6

Browse files
authored
Update developer docs to say that GO 1.15 or newer is required. (zalando#1415)
Fixes issue 1414
1 parent c9acd52 commit 66f37d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ features and tests.
77

88
Postgres Operator is written in Go. Use the [installation instructions](https://golang.org/doc/install#install)
99
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/).
10+
with Go older than 1.15. We recommend installing [the latest one](https://golang.org/dl/).
1111

1212
Go projects expect their source code and all the dependencies to be located
1313
under the [GOPATH](https://github.com/golang/go/wiki/GOPATH). Normally, one

0 commit comments

Comments
 (0)