etcd
etcd copied to clipboard
build(deps): bump mvdan.cc/gofumpt from 0.6.0 to 0.7.0 in /tools/mod
Bumps mvdan.cc/gofumpt from 0.6.0 to 0.7.0.
Release notes
Sourced from mvdan.cc/gofumpt's releases.
v0.7.0
This release is based on Go 1.23.0's gofmt, and requires Go 1.22 or later.
The following changes are included:
format.Options.LangVersionnow requires Go version strings following go/version- Group
internal/...imported packages as standard library - #307Binaries built on
go version go1.23.0 linux/amd64with:CGO_ENABLED=0 go build -trimpath -ldflags="-w -s -X=main.version=v0.7.0"
Consider becoming a sponsor if you benefit from the work that went into this release!
Changelog
Sourced from mvdan.cc/gofumpt's changelog.
[v0.7.0] - 2024-08-16
This release is based on Go 1.23.0's gofmt, and requires Go 1.22 or later.
The following changes are included:
- Group
internal/...imported packages as standard library - #307
Commits
86bffd6CI: drop Go 1.21, add Go 1.2345e806fadd release notes for v0.7.01e52eb3internal/govendor: re-generate with go1.23.0038012aupdate published gofumpt versions in tests88a300brequire Go 1.22 and use go/version for Options.LangVersion41a9946format: start using go/token.File.Lines5aa7546group internal/... import paths as standard library52739c5swap frankban/quicktest for go-quicktest/qt7ccdb87re-generate to vendor from Go 1.22.0b2260fddrop Go 1.20, test on Go 1.22- See full diff in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: dependabot[bot] Once this PR has been reviewed and has the lgtm label, please assign jmhbnz for approval. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment
Hi @dependabot[bot]. Thanks for your PR.
I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test label.
I understand the commands that are listed here.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 68.88%. Comparing base (
4d42c0f) to head (372cb92).
:exclamation: Current head 372cb92 differs from pull request most recent head 65fe9b5
Please upload reports for the commit 65fe9b5 to get more accurate results.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
see 17 files with indirect coverage changes
@@ Coverage Diff @@
## main #18503 +/- ##
==========================================
+ Coverage 68.87% 68.88% +0.01%
==========================================
Files 420 420
Lines 35489 35489
==========================================
+ Hits 24444 24448 +4
Misses 9617 9617
+ Partials 1428 1424 -4
Continue to review full report in Codecov by Sentry.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 4d42c0f...65fe9b5. Read the comment docs.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.