1
0
mirror of https://github.com/openshift/source-to-image.git synced 2026-02-05 12:44:54 +01:00

Update required Go version in README

Closes: #668

Signed-off-by: Jonathan Yu <jawnsy@redhat.com>
This commit is contained in:
Jonathan Yu
2016-12-31 16:21:01 -08:00
parent cdfc7cb91c
commit 928e62e503

View File

@@ -169,11 +169,10 @@ If a `save-artifacts` script exists, a prior image already exists, and the `--in
## Dependencies
1. [Docker](http://www.docker.io) >= 1.6
1. [Go](http://golang.org/) >= 1.4
1. [docker](https://docker.com) >= 1.6
1. [Go](https://golang.org/dl/) >= 1.7.1
1. (optional) [Git](https://git-scm.com/)
## Installation
##### For Linux/Mac