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 w/ go 1.12 #114

Merged
merged 4 commits into from
Apr 7, 2019
Merged

[ci] build + release w/ go 1.12 #114

merged 4 commits into from
Apr 7, 2019

Conversation

schallert
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Apr 4, 2019

Codecov Report

Merging #114 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #114   +/-   ##
=======================================
  Coverage   68.48%   68.48%           
=======================================
  Files          26       26           
  Lines        1869     1869           
=======================================
  Hits         1280     1280           
  Misses        489      489           
  Partials      100      100

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 2eaa85e...7d89595. Read the comment docs.

@schallert schallert marked this pull request as ready for review April 4, 2019 02:04
Makefile Outdated
@@ -44,9 +45,11 @@ metalint_check := .ci/metalint.sh
metalint_config := .metalinter.json
metalint_exclude := .excludemetalint
gopath_prefix := $(GOPATH)/src
gopath_bin_path := $(GOPATH)/bin
Copy link
Collaborator

Choose a reason for hiding this comment

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

note: i'd probably do something like this:

GOBIN ?= $(GOPATH)/bin

and then use $(GOBIN) instead of $(gopath_bin_path) below. this has the advantage of respecting any existing $GOBIN value in the environment.

@schallert schallert force-pushed the schallert/go_1_12 branch from 5c2fa0f to 7d89595 Compare April 7, 2019 19:59
@schallert schallert merged commit 8a55ccb into master Apr 7, 2019
@schallert schallert deleted the schallert/go_1_12 branch April 7, 2019 20:14
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.

2 participants