Skip to content

Commit 4cdb421

Browse files
chore(deps): update module github.com/golangci/golangci-lint/v2 to v2.6.2 (#14179)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint) | `v2.6.1` -> `v2.6.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.6.1/v2.6.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>golangci/golangci-lint (github.com/golangci/golangci-lint/v2)</summary> ### [`v2.6.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v262) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.6.1...v2.6.2) 1. Bug fixes - `fmt` command with symlinks - use file depending on build configuration to invalidate cache 2. Linters bug fixes - `testableexamples`: from 1.0.0 to 1.0.1 - `testpackage`: from 1.1.1 to 1.1.2 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b87a62a commit 4cdb421

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

internal/tools/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ require (
118118
github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32 // indirect
119119
github.com/golangci/go-printf-func-name v0.1.1 // indirect
120120
github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d // indirect
121-
github.com/golangci/golangci-lint/v2 v2.6.1 // indirect
121+
github.com/golangci/golangci-lint/v2 v2.6.2 // indirect
122122
github.com/golangci/golines v0.0.0-20250217134842-442fd0091d95 // indirect
123123
github.com/golangci/misspell v0.7.0 // indirect
124124
github.com/golangci/plugin-module-register v0.1.2 // indirect
@@ -170,8 +170,8 @@ require (
170170
github.com/macabu/inamedparam v0.2.0 // indirect
171171
github.com/manuelarte/embeddedstructfieldcheck v0.4.0 // indirect
172172
github.com/manuelarte/funcorder v0.5.0 // indirect
173-
github.com/maratori/testableexamples v1.0.0 // indirect
174-
github.com/maratori/testpackage v1.1.1 // indirect
173+
github.com/maratori/testableexamples v1.0.1 // indirect
174+
github.com/maratori/testpackage v1.1.2 // indirect
175175
github.com/matoous/godox v1.1.0 // indirect
176176
github.com/mattn/go-colorable v0.1.14 // indirect
177177
github.com/mattn/go-isatty v0.0.20 // indirect
@@ -267,7 +267,7 @@ require (
267267
golang.org/x/exp/typeparams v0.0.0-20251023183803-a4bb9ffd2546 // indirect
268268
golang.org/x/mod v0.29.0 // indirect
269269
golang.org/x/net v0.46.0 // indirect
270-
golang.org/x/sync v0.17.0 // indirect
270+
golang.org/x/sync v0.18.0 // indirect
271271
golang.org/x/sys v0.37.0 // indirect
272272
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
273273
golang.org/x/term v0.36.0 // indirect

internal/tools/go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)