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] build + release with go1.12 (again) #1674

Merged
merged 2 commits into from
Jun 6, 2019

Conversation

schallert
Copy link
Collaborator

To be merged after ongoing docker fixes.

What this PR does / why we need it:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing and/or backwards incompatible change?:

Build and release M3DB with Go 1.12

Does this PR require updating code package or user-facing documentation?:

NONE

@schallert schallert requested a review from richardartoul May 29, 2019 04:54
@codecov
Copy link

codecov bot commented May 29, 2019

Codecov Report

Merging #1674 into master will increase coverage by <.1%.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           master   #1674     +/-   ##
========================================
+ Coverage    71.8%   71.9%   +<.1%     
========================================
  Files         968     974      +6     
  Lines       81169   81215     +46     
========================================
+ Hits        58345   58403     +58     
+ Misses      18990   18978     -12     
  Partials     3834    3834
Flag Coverage Δ
#aggregator 82.4% <ø> (ø) ⬆️
#cluster 85.7% <ø> (ø) ⬆️
#collector 63.9% <ø> (ø) ⬆️
#dbnode 80% <ø> (+0.1%) ⬆️
#m3em 73.2% <ø> (ø) ⬆️
#m3ninx 74% <ø> (ø) ⬆️
#m3nsch 51.1% <ø> (ø) ⬆️
#metrics 17.6% <ø> (ø) ⬆️
#msg 74.7% <ø> (ø) ⬆️
#query 66.3% <ø> (ø) ⬆️
#x 85.4% <ø> (-0.4%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c982091...87c95da. Read the comment docs.

@@ -46,7 +46,7 @@ steps:
command: make clean install-vendor docker-integration-test
env:
CGO_ENABLED: 0
GIMME_GO_VERSION: 1.10.x
GIMME_GO_VERSION: 1.12.x
Copy link

@bai bai May 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curious: is there any reason for keeping make clean install-vendor docs-test on 1.10?

@@ -1,5 +1,5 @@
app:
image: golang:1.10.4-stretch
image: golang:1.12.1-stretch
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: this will run on 1.12.1, while Buildkite (as well as Dockerfile below) will give you 1.12.5 once it expands 1.12.x.

@schallert schallert force-pushed the schallert/go_1_12_again branch from b185185 to 87c95da Compare May 29, 2019 18:03
@schallert
Copy link
Collaborator Author

Thanks for the heads up @bai!

@schallert schallert force-pushed the schallert/go_1_12_again branch from 87c95da to 36ab7df Compare June 6, 2019 18:23
@schallert schallert marked this pull request as ready for review June 6, 2019 18:48
Copy link
Contributor

@richardartoul richardartoul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@richardartoul richardartoul merged commit 1bdef90 into master Jun 6, 2019
@richardartoul richardartoul deleted the schallert/go_1_12_again branch June 6, 2019 19:06
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.

3 participants