fix(deps): update module github.com/golangci/golangci-lint to v1.60.2
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/golangci/golangci-lint | v1.60.1 -> v1.60.2 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
golangci/golangci-lint (github.com/golangci/golangci-lint)
v1.60.2
Configuration
📅 Schedule: Branch creation - "on tuesday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 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 was generated by Mend Renovate. View the repository job log.
ℹ Artifact update notice
File name: internal/tools/go.mod
In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):
- 17 additional dependencies were updated
Details:
| Package | Change |
|---|---|
golang.org/x/exp |
v0.0.0-20240506185415-9bf2ced13842 -> v0.0.0-20240904232852-e7e105dedf7e |
github.com/Abirdcfly/dupword |
v0.0.14 -> v0.1.1 |
github.com/Crocmagnon/fatcontext |
v0.4.0 -> v0.5.2 |
github.com/Masterminds/semver/v3 |
v3.2.1 -> v3.3.0 |
github.com/ckaznocha/intrange |
v0.1.2 -> v0.2.0 |
github.com/daixiang0/gci |
v0.13.4 -> v0.13.5 |
github.com/go-viper/mapstructure/v2 |
v2.0.0 -> v2.1.0 |
github.com/golangci/gofmt |
v0.0.0-20231018234816-f50ced29576e -> v0.0.0-20240816233607-d8596aa466a9 |
github.com/pelletier/go-toml/v2 |
v2.2.2 -> v2.2.3 |
github.com/quasilyte/go-ruleguard |
v0.4.2 -> v0.4.3-0.20240823090925-0fe6f58b47b1 |
github.com/ryancurrah/gomodguard |
v1.3.3 -> v1.3.5 |
github.com/securego/gosec/v2 |
v2.20.1-0.20240525090044-5f0084eb01a9 -> v2.21.2 |
github.com/tetafro/godot |
v1.4.16 -> v1.4.17 |
github.com/tomarrell/wrapcheck/v2 |
v2.8.3 -> v2.9.0 |
google.golang.org/protobuf |
v1.33.0 -> v1.34.2 |
honnef.co/go/tools |
v0.5.0 -> v0.5.1 |
mvdan.cc/gofumpt |
v0.6.0 -> v0.7.0 |
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 92.15%. Comparing base (
35d4156) to head (1e41bf6). Report is 1 commits behind head on main.
Additional details and impacted files
@@ Coverage Diff @@
## main #10935 +/- ##
=======================================
Coverage 92.14% 92.15%
=======================================
Files 432 432
Lines 20296 20255 -41
=======================================
- Hits 18702 18666 -36
+ Misses 1231 1228 -3
+ Partials 363 361 -2
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This needed an update of PtrTo -> PointerTo. Addressed the following warning as well:
WARN The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar.
There's still a linter failure, will address it in a separate issue/PR
This PR was marked stale due to lack of activity. It will be closed in 14 days.
This PR was marked stale due to lack of activity. It will be closed in 14 days.