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

Bumping go version

This commit is contained in:
Dan McPherson
2015-11-07 11:17:35 -05:00
parent 26aed4e11e
commit c280f03ee2
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ language: go
go:
- 1.4
- 1.5
- 1.5.1
install:
- make install-travis

View File

@@ -97,7 +97,7 @@ To build a S2I release you run the `hack/build-release.sh` script on a system wi
which will create a build environment image and then execute a cross platform Go build within it. The build
output will be copied to `_output/releases` as a set of tars containing each version.
1. Create a new git tag `git tag v0.X.X -a -m "v0.X.X" HEAD`
1. Create a new git tag `git tag vX.X.X -a -m "vX.X.X" HEAD`
2. Push the tag to GitHub `git push origin --tags` where `origin` is `github.com/openshift/source-to-image.git`
4. Run `hack/build-release.sh`
5. Upload the binary artifacts generated by that build to GitHub release page.