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

Bump github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1 #177

Merged
merged 4 commits into from
Mar 17, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2023

Bumps github.com/go-git/go-git/v5 from 5.6.0 to 5.6.1.

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.6.1

What's Changed

Full Changelog: go-git/go-git@v5.6.0...v5.6.1

Commits
  • 3f1cfde Merge pull request #659 from MichaelMure/dotgit-race
  • 660071d dotgit: fix deleted references test in windows
  • 16cc293 dotgit: test skip deleted references
  • 8557a36 Merge pull request #655 from aymanbagabas/hostkeycallback
  • 6a70ceb Merge pull request #701 from pjbgf/build
  • 3ba636d fix(ssh): unable to pass a custom HostKeyCallback func
  • eddd209 ci: Enable race detection for go tests
  • 7368bb9 ci: Bump GitHub actions
  • fba136d tests: Avoid use of user's GPG keys during tests
  • 7e345bb Merge pull request #696 from pjbgf/fix-panic-rr
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.6.0 to 5.6.1.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.6.0...v5.6.1)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the topic: infrastructure Related to project infrastructure label Mar 16, 2023
cmaglie added 3 commits March 17, 2023 15:01
Go 1.17 has a different handling of dependencies. By default, it emulates the old behavior for compatibility with older
Go versions. The Dependabot PRs are produced in this manner.

This project now uses Go 1.17 exclusively, as is indicated by the `go` directive and by the contributor guide. There is
no need to provide compatibility with unsupported Go versions, so we use the `-compat=1.17` flag in the `go mod tidy`
command, as is done here.
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (1fc76f9) 42.54% compared to head (4e9c41f) 42.54%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #177   +/-   ##
=======================================
  Coverage   42.54%   42.54%           
=======================================
  Files          26       26           
  Lines        1455     1455           
=======================================
  Hits          619      619           
  Misses        775      775           
  Partials       61       61           
Flag Coverage Δ
unit 42.54% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@per1234 per1234 added the type: enhancement Proposed improvement label Mar 17, 2023
@per1234 per1234 self-assigned this Mar 17, 2023
@per1234 per1234 merged commit c1bdc24 into main Mar 17, 2023
@per1234 per1234 deleted the dependabot/go_modules/github.com/go-git/go-git/v5-5.6.1 branch March 17, 2023 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: infrastructure Related to project infrastructure type: enhancement Proposed improvement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants