Skip to content

Commit

Permalink
Bump golangci-lint to v1.62.0
Browse files Browse the repository at this point in the history
https://golangci-lint.run/product/changelog/#1620

Signed-off-by: Tom Wieczorek <twieczorek@mirantis.com>
  • Loading branch information
twz123 committed Nov 11, 2024
1 parent 09ac812 commit a1eb8b3
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 a1eb8b3

Please sign in to comment.