Skip to content

Commit

Permalink
Merge pull request #5206 from twz123/bump-golangci-lint
Browse files Browse the repository at this point in the history
Bump golangci-lint to v1.62.0
  • Loading branch information
twz123 authored Nov 11, 2024
2 parents 44feb49 + a1eb8b3 commit 5cf167f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion hack/tools/Makefile.variables
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
controller-gen_version = 0.16.1
golangci-lint_version = 1.60.3
golangci-lint_version = 1.62.0
1 change: 1 addition & 0 deletions pkg/applier/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func (m *Manager) runWatchers(ctx context.Context) {
}

ctx, cancel := context.WithCancelCause(ctx)
defer cancel(nil) // satisfy linter, not required for correctness
stacks := make(map[string]stack, len(dirs))

for _, dir := range dirs {
Expand Down

0 comments on commit 5cf167f

Please sign in to comment.