Skip to content

Commit 5f81fc4

Browse files
fix(deps): update module github.com/golangci/golangci-lint to v1.58.2 (#10185)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/golangci/golangci-lint](https://togithub.com/golangci/golangci-lint) | `v1.58.1` -> `v1.58.2` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fgolangci%2fgolangci-lint/v1.58.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fgolangci%2fgolangci-lint/v1.58.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fgolangci%2fgolangci-lint/v1.58.1/v1.58.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fgolangci%2fgolangci-lint/v1.58.1/v1.58.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)</summary> ### [`v1.58.2`](https://togithub.com/golangci/golangci-lint/compare/v1.58.1...v1.58.2) [Compare Source](https://togithub.com/golangci/golangci-lint/compare/v1.58.1...v1.58.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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/open-telemetry/opentelemetry-collector). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNjMuNSIsInVwZGF0ZWRJblZlciI6IjM3LjM2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: opentelemetrybot <107717825+opentelemetrybot@users.noreply.github.com>
1 parent e7dcfcc commit 5f81fc4

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

internal/tools/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.21
55
require (
66
github.com/a8m/envsubst v1.4.2
77
github.com/client9/misspell v0.3.4
8-
github.com/golangci/golangci-lint v1.58.1
8+
github.com/golangci/golangci-lint v1.58.2
99
github.com/google/addlicense v1.1.1
1010
github.com/jcchavezs/porto v0.6.0
1111
github.com/pavius/impi v0.0.3
@@ -26,7 +26,7 @@ require (
2626
github.com/4meepo/tagalign v1.3.4 // indirect
2727
github.com/Abirdcfly/dupword v0.0.14 // indirect
2828
github.com/Antonboom/errname v0.1.13 // indirect
29-
github.com/Antonboom/nilnil v0.1.8 // indirect
29+
github.com/Antonboom/nilnil v0.1.9 // indirect
3030
github.com/Antonboom/testifylint v1.2.0 // indirect
3131
github.com/BurntSushi/toml v1.3.2 // indirect
3232
github.com/Crocmagnon/fatcontext v0.2.2 // indirect
@@ -66,7 +66,7 @@ require (
6666
github.com/denis-tingaikin/go-header v0.5.0 // indirect
6767
github.com/emirpasic/gods v1.18.1 // indirect
6868
github.com/ettle/strcase v0.2.0 // indirect
69-
github.com/fatih/color v1.16.0 // indirect
69+
github.com/fatih/color v1.17.0 // indirect
7070
github.com/fatih/structtag v1.2.0 // indirect
7171
github.com/firefart/nonamedreturns v1.0.5 // indirect
7272
github.com/fsnotify/fsnotify v1.7.0 // indirect
@@ -119,7 +119,7 @@ require (
119119
github.com/kulti/thelper v0.6.3 // indirect
120120
github.com/kunwardeep/paralleltest v1.0.10 // indirect
121121
github.com/kyoh86/exportloopref v0.1.11 // indirect
122-
github.com/lasiar/canonicalheader v1.0.6 // indirect
122+
github.com/lasiar/canonicalheader v1.1.1 // indirect
123123
github.com/ldez/gomoddirectives v0.2.4 // indirect
124124
github.com/ldez/tagliatelle v0.5.0 // indirect
125125
github.com/leonklingele/grouper v1.1.2 // indirect
@@ -162,7 +162,7 @@ require (
162162
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 // indirect
163163
github.com/sashamelentyev/interfacebloat v1.1.0 // indirect
164164
github.com/sashamelentyev/usestdlibvars v1.25.0 // indirect
165-
github.com/securego/gosec/v2 v2.19.0 // indirect
165+
github.com/securego/gosec/v2 v2.20.0 // indirect
166166
github.com/sergi/go-diff v1.1.0 // indirect
167167
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect
168168
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -198,7 +198,7 @@ require (
198198
github.com/yeya24/promlinter v0.3.0 // indirect
199199
github.com/ykadowak/zerologlint v0.1.5 // indirect
200200
gitlab.com/bosi/decorder v0.4.2 // indirect
201-
go-simpler.org/musttag v0.12.1 // indirect
201+
go-simpler.org/musttag v0.12.2 // indirect
202202
go-simpler.org/sloglint v0.6.0 // indirect
203203
go.opentelemetry.io/build-tools v0.13.0 // indirect
204204
go.uber.org/automaxprocs v1.5.3 // indirect

internal/tools/go.sum

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

0 commit comments

Comments
 (0)