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

Update module pkg/errors to v0.8.1 #2

Merged
merged 1 commit into from
Jul 19, 2019

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 19, 2019

This PR contains the following updates:

Package Type Update Change
github.com/pkg/errors require patch v0.8.0 -> v0.8.1

Release Notes

pkg/errors

v0.8.1

Compare Source

pkg/errors 0.8.1 is a bug fix release for errors 0.8.0. It will be the last version to support Go 1.8 and below. pkg/errors 0.9 and above will require Go 1.9 for the new runtime.CallersFrames API.

pkg/errors 0.8.1 also adds one new feature, errors.WithMessagef. Ideally this would be held over til 0.9, but that complicates the switch to runtime.CallersFrames.

Improvements

Bugs fixed


Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot. View repository job log here.

@codecov
Copy link

codecov bot commented Jul 19, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #2   +/-   ##
=======================================
  Coverage   66.26%   66.26%           
=======================================
  Files           1        1           
  Lines          83       83           
=======================================
  Hits           55       55           
  Misses         17       17           
  Partials       11       11

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 312093a...4ac0061. Read the comment docs.

@laverya laverya merged commit ec93cd4 into master Jul 19, 2019
@laverya laverya deleted the renovate/github.com-pkg-errors-0.x branch July 19, 2019 18:35
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