Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

travis: add 1.x instead 1.9 to go version #8518

Merged
merged 2 commits into from
Sep 8, 2017
Merged

travis: add 1.x instead 1.9 to go version #8518

merged 2 commits into from
Sep 8, 2017

Conversation

dvrkps
Copy link
Contributor

@dvrkps dvrkps commented Sep 7, 2017

No description provided.

@heyitsanthony
Copy link
Contributor

I'd prefer to have the exact go version here to control for the compiler used for the release. There's already go tip for the most recent go compiler...

@heyitsanthony
Copy link
Contributor

lgtm

The code for travis's version aliasing for go is difficult to trace. There was some discussion about 1.8 => 1.8.0 even if 1.8.1 is available and breakage around that.

The relevant bits are:

https://github.com/travis-ci/travis-build/blob/master/public/version-aliases/go.json
https://github.com/travis-ci/travis-build/blob/master/spec/build/script/go_spec.rb

So, 1.9.x seems like a safer bet than 1.9 for keeping up with the ptach revisions.

/cc @gyuho

@gyuho
Copy link
Contributor

gyuho commented Sep 8, 2017

Yeah, 1.9.x is safer. LGTM. Thanks.

@heyitsanthony heyitsanthony merged commit f4355a0 into etcd-io:master Sep 8, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants