Skip to content

Commit 1335e0e

Browse files
dependabot[bot]tekton-robot
authored andcommitted
Bump github.com/golangci/golangci-lint from 1.54.0 to 1.54.1 in /tools
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.54.0 to 1.54.1. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.54.0...v1.54.1) --- updated-dependencies: - dependency-name: github.com/golangci/golangci-lint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6a857f7 commit 1335e0e

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

tools/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/tektoncd/pipeline/tools
22

33
go 1.18
44

5-
require github.com/golangci/golangci-lint v1.54.0
5+
require github.com/golangci/golangci-lint v1.54.1
66

77
require (
88
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
@@ -43,7 +43,7 @@ require (
4343
github.com/firefart/nonamedreturns v1.0.4 // indirect
4444
github.com/fsnotify/fsnotify v1.5.4 // indirect
4545
github.com/fzipp/gocyclo v0.6.0 // indirect
46-
github.com/go-critic/go-critic v0.8.2 // indirect
46+
github.com/go-critic/go-critic v0.9.0 // indirect
4747
github.com/go-toolsmith/astcast v1.1.0 // indirect
4848
github.com/go-toolsmith/astcopy v1.1.0 // indirect
4949
github.com/go-toolsmith/astequal v1.1.0 // indirect
@@ -117,7 +117,7 @@ require (
117117
github.com/prometheus/client_model v0.2.0 // indirect
118118
github.com/prometheus/common v0.32.1 // indirect
119119
github.com/prometheus/procfs v0.7.3 // indirect
120-
github.com/quasilyte/go-ruleguard v0.3.19 // indirect
120+
github.com/quasilyte/go-ruleguard v0.4.0 // indirect
121121
github.com/quasilyte/gogrep v0.5.0 // indirect
122122
github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727 // indirect
123123
github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567 // indirect
@@ -165,7 +165,7 @@ require (
165165
go.uber.org/multierr v1.6.0 // indirect
166166
go.uber.org/zap v1.24.0 // indirect
167167
golang.org/x/exp v0.0.0-20230510235704-dd950f8aeaea // indirect
168-
golang.org/x/exp/typeparams v0.0.0-20230224173230-c95f2b4c22f2 // indirect
168+
golang.org/x/exp/typeparams v0.0.0-20230307190834-24139beb5833 // indirect
169169
golang.org/x/mod v0.12.0 // indirect
170170
golang.org/x/sync v0.3.0 // indirect
171171
golang.org/x/sys v0.11.0 // indirect

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)