Update developer docs to say that GO 1.15 or newer is required. (#1415)
Fixes issue 1414
This commit is contained in:
		
							parent
							
								
									c9acd52700
								
							
						
					
					
						commit
						66f37d6c03
					
				| 
						 | 
					@ -7,7 +7,7 @@ features and tests.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Postgres Operator is written in Go. Use the [installation instructions](https://golang.org/doc/install#install)
 | 
					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
 | 
					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
 | 
					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
 | 
					under the [GOPATH](https://github.com/golang/go/wiki/GOPATH). Normally, one
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue