Skip to content

Commit 543c65f

Browse files
renovate[bot]opentelemetrybotsongy23
authored
fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.6 (#13136)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/golangci/golangci-lint/v2](https://redirect.github.com/golangci/golangci-lint) | `v2.1.2` -> `v2.1.6` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.1.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.1.2/v2.1.6?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.1.2/v2.1.6?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.1.6`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v216) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.5...v2.1.6) 1. Linters bug fixes - `godot`: from 1.5.0 to 1.5.1 - `musttag`: from 0.13.0 to 0.13.1 2. Documentation - Add note about golangci-lint v2 integration in VS Code ### [`v2.1.5`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v215) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.4...v2.1.5) Due to an error related to Snapcraft, some artifacts of the v2.1.4 release have not been published. This release contains the same things as v2.1.3. ### [`v2.1.4`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v214) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.3...v2.1.4) Due to an error related to Snapcraft, some artifacts of the v2.1.3 release have not been published. This release contains the same things as v2.1.3. ### [`v2.1.3`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v213) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.2...v2.1.3) 1. Linters bug fixes - `fatcontext`: from 0.7.2 to 0.8.0 2. Misc. - migration: fix `nakedret.max-func-lines: 0` - migration: fix order of `staticcheck` settings - fix: add `go.mod` hash to the cache salt - fix: use diagnostic position for related information position </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:eyJjcmVhdGVkSW5WZXIiOiI0MC4zMy42IiwidXBkYXRlZEluVmVyIjoiNDAuNDAuMyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=--> --------- 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 3fc55a6 commit 543c65f

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.1.2
10+
github.com/golangci/golangci-lint/v2 v2.1.6
1111
github.com/google/addlicense v1.1.1
1212
github.com/jcchavezs/porto v0.7.0
1313
github.com/pavius/impi v0.0.3
@@ -36,14 +36,13 @@ require (
3636
github.com/Antonboom/nilnil v1.1.0 // indirect
3737
github.com/Antonboom/testifylint v1.6.1 // indirect
3838
github.com/BurntSushi/toml v1.5.0 // indirect
39-
github.com/Crocmagnon/fatcontext v0.7.2 // indirect
4039
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect
4140
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1 // indirect
4241
github.com/Masterminds/semver/v3 v3.3.1 // indirect
4342
github.com/Microsoft/go-winio v0.6.2 // indirect
4443
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
4544
github.com/ProtonMail/go-crypto v1.2.0 // indirect
46-
github.com/alecthomas/chroma/v2 v2.16.0 // indirect
45+
github.com/alecthomas/chroma/v2 v2.17.2 // indirect
4746
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
4847
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
4948
github.com/alexkohler/prealloc v1.0.0 // indirect
@@ -209,7 +208,7 @@ require (
209208
github.com/stretchr/testify v1.10.0 // indirect
210209
github.com/subosito/gotenv v1.6.0 // indirect
211210
github.com/tdakkota/asciicheck v0.4.1 // indirect
212-
github.com/tetafro/godot v1.5.0 // indirect
211+
github.com/tetafro/godot v1.5.1 // indirect
213212
github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67 // indirect
214213
github.com/timonwong/loggercheck v0.11.0 // indirect
215214
github.com/tomarrell/wrapcheck/v2 v2.11.0 // indirect
@@ -225,8 +224,9 @@ require (
225224
github.com/yeya24/promlinter v0.3.0 // indirect
226225
github.com/ykadowak/zerologlint v0.1.5 // indirect
227226
gitlab.com/bosi/decorder v0.4.2 // indirect
228-
go-simpler.org/musttag v0.13.0 // indirect
227+
go-simpler.org/musttag v0.13.1 // indirect
229228
go-simpler.org/sloglint v0.11.0 // indirect
229+
go.augendre.info/fatcontext v0.8.0 // indirect
230230
go.opentelemetry.io/build-tools v0.23.1 // indirect
231231
go.uber.org/automaxprocs v1.6.0 // indirect
232232
go.uber.org/multierr v1.11.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)