File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 41
41
- name : Run golangci-lint
42
42
uses : golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
43
43
with :
44
- version : v1.62.0
44
+ version : v1.64.2
45
45
args : --verbose --timeout=10m
46
46
- name : Run yamllint
47
47
run : yamllint .
Original file line number Diff line number Diff line change @@ -339,7 +339,6 @@ type watchHostAgentEventsTimeoutKey = struct{}
339
339
// WithWatchHostAgentTimeout sets the value of the timeout to use for
340
340
// watchHostAgentEvents in the given Context.
341
341
func WithWatchHostAgentTimeout (ctx context.Context , timeout time.Duration ) context.Context {
342
- //nolint:staticcheck // SA1029: should not use empty anonymous struct as key for value; define your own type to avoid collisions (staticcheck)
343
342
return context .WithValue (ctx , watchHostAgentEventsTimeoutKey {}, timeout )
344
343
}
345
344
You can’t perform that action at this time.
0 commit comments