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:
@@ -2,7 +2,7 @@ language: go
|
||||
|
||||
go:
|
||||
- 1.4
|
||||
- 1.5
|
||||
- 1.5.1
|
||||
|
||||
install:
|
||||
- make install-travis
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user