Skip to content

Commit 155fe48

Browse files
renovate[bot]opentelemetrybotcodeboten
authored
fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1.2 (#12862)
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.1` -> `v2.1.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint%2fv2/v2.1.2?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.2?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.1/v2.1.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.1.1/v2.1.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.1.2`](https://redirect.github.com/golangci/golangci-lint/blob/HEAD/CHANGELOG.md#v212) [Compare Source](https://redirect.github.com/golangci/golangci-lint/compare/v2.1.1...v2.1.2) 1. Linters bug fixes - `exptostd`: from 0.4.2 to 0.4.3 - `gofumpt`: from 0.7.0 to 0.8.0 - `protogetter`: from 0.3.13 to 0.3.15 - `usetesting`: from 0.4.2 to 0.4.3 </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <[email protected]> Co-authored-by: Alex Boten <[email protected]>
1 parent 70e22a3 commit 155fe48

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
@@ -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.1
10+
github.com/golangci/golangci-lint/v2 v2.1.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
@@ -88,7 +88,7 @@ require (
8888
github.com/firefart/nonamedreturns v1.0.6 // indirect
8989
github.com/fsnotify/fsnotify v1.8.0 // indirect
9090
github.com/fzipp/gocyclo v0.6.0 // indirect
91-
github.com/ghostiam/protogetter v0.3.13 // indirect
91+
github.com/ghostiam/protogetter v0.3.15 // indirect
9292
github.com/go-critic/go-critic v0.13.0 // indirect
9393
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect
9494
github.com/go-git/go-billy/v5 v5.6.2 // indirect
@@ -140,11 +140,11 @@ require (
140140
github.com/kulti/thelper v0.6.3 // indirect
141141
github.com/kunwardeep/paralleltest v1.0.14 // indirect
142142
github.com/lasiar/canonicalheader v1.1.2 // indirect
143-
github.com/ldez/exptostd v0.4.2 // indirect
143+
github.com/ldez/exptostd v0.4.3 // indirect
144144
github.com/ldez/gomoddirectives v0.6.1 // indirect
145145
github.com/ldez/grignotin v0.9.0 // indirect
146146
github.com/ldez/tagliatelle v0.7.1 // indirect
147-
github.com/ldez/usetesting v0.4.2 // indirect
147+
github.com/ldez/usetesting v0.4.3 // indirect
148148
github.com/leonklingele/grouper v1.1.2 // indirect
149149
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
150150
github.com/macabu/inamedparam v0.2.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)