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

Removed support for go1.3 and updated hack/test-go.sh to match origin's

version.
This commit is contained in:
Maciej Szulik
2015-05-25 15:03:56 +02:00
parent ded1aaa5d8
commit 5637a1be4d
5 changed files with 24 additions and 20 deletions

View File

@@ -105,8 +105,8 @@ If a `save-artifacts` script exists, a prior image already exists, and the `--in
# Dependencies
1. [Docker](http://www.docker.io)
1. [Go](http://golang.org/)
1. [Docker](http://www.docker.io) >= 1.6
1. [Go](http://golang.org/) >= 1.4
# Installation