Skip to content

Commit 2a81bd0

Browse files
renovate[bot]opentelemetrybotsongy23
authored
Update module github.com/golangci/golangci-lint/v2 to v2.2.2 (open-telemetry#13388)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint) | `v2.2.1` -> `v2.2.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.2.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.2.1/v2.2.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.2.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v222) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.2.1...v2.2.2) 1. Linters bug fixes - `noinlineerr`: from 1.0.3 to 1.0.4 2. Documentation - Improve debug keys documentation 3. Misc. - fix: panic close of closed channel - godot: add noinline value into the JSONSchema </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Yang Song <[email protected]>
1 parent 9551370 commit 2a81bd0

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

internal/tools/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.0
77
require (
88
github.com/a8m/envsubst v1.4.3
99
github.com/client9/misspell v0.3.4
10-
github.com/golangci/golangci-lint/v2 v2.2.1
10+
github.com/golangci/golangci-lint/v2 v2.2.2
1111
github.com/google/addlicense v1.1.1
1212
github.com/jcchavezs/porto v0.7.0
1313
github.com/pavius/impi v0.0.3
@@ -32,7 +32,7 @@ require (
3232
dario.cat/mergo v1.0.1 // indirect
3333
github.com/4meepo/tagalign v1.4.2 // indirect
3434
github.com/Abirdcfly/dupword v0.1.6 // indirect
35-
github.com/AlwxSin/noinlineerr v1.0.3 // indirect
35+
github.com/AlwxSin/noinlineerr v1.0.4 // indirect
3636
github.com/Antonboom/errname v1.1.0 // indirect
3737
github.com/Antonboom/nilnil v1.1.0 // indirect
3838
github.com/Antonboom/testifylint v1.6.1 // indirect
@@ -43,7 +43,7 @@ require (
4343
github.com/Microsoft/go-winio v0.6.2 // indirect
4444
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
4545
github.com/ProtonMail/go-crypto v1.2.0 // indirect
46-
github.com/alecthomas/chroma/v2 v2.18.0 // indirect
46+
github.com/alecthomas/chroma/v2 v2.19.0 // indirect
4747
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
4848
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
4949
github.com/alexkohler/prealloc v1.0.0 // indirect
@@ -236,10 +236,10 @@ require (
236236
go.uber.org/zap v1.27.0 // indirect
237237
golang.org/x/crypto v0.39.0 // indirect
238238
golang.org/x/exp/typeparams v0.0.0-20250210185358-939b2ce775ac // indirect
239-
golang.org/x/mod v0.25.0 // indirect
239+
golang.org/x/mod v0.26.0 // indirect
240240
golang.org/x/net v0.41.0 // indirect
241241
golang.org/x/sync v0.15.0 // indirect
242-
golang.org/x/sys v0.33.0 // indirect
242+
golang.org/x/sys v0.34.0 // indirect
243243
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
244244
golang.org/x/term v0.32.0 // indirect
245245
golang.org/x/text v0.26.0 // indirect

internal/tools/go.sum

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

0 commit comments

Comments
 (0)