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

ci: switch Go version to latest release; lint #53

Merged
merged 1 commit into from
Jun 19, 2018
Merged

ci: switch Go version to latest release; lint #53

merged 1 commit into from
Jun 19, 2018

Conversation

x1ddos
Copy link
Contributor

@x1ddos x1ddos commented Jun 19, 2018

Previously, we used "master" version of Go on Travis CI.
Apparently, this uses a tip version and not the latest release.

So, use a fixed version.
The downside is we'll need to update it with each new Go release,
but it's still better than building release binaries using
a tip version.

Once submitted, #33 (comment) can be rebased to make that PR green.

R: @didrocks @samtstern

Previously, we used "master" version of Go on Travis CI.
Apparently, this uses a tip version and not the latest release.

So, use a fixed version.
The downside is we'll need to update it with each new Go release,
but it's still better than building release binaries using
a tip version.
@didrocks
Copy link
Contributor

Looks correct, I still build on master for some of the project. Sad that Travis doesn't have a latest which is latest release version or that you can't put a config in "warning only" mode.

I'll rebase once merged on master.

@x1ddos x1ddos merged commit 2aac38f into master Jun 19, 2018
@x1ddos x1ddos deleted the ci branch June 19, 2018 11:07
@x1ddos x1ddos mentioned this pull request Jun 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants