Skip to content

Update dependency golangci/golangci-lint to v2.3.0 #13199

Update dependency golangci/golangci-lint to v2.3.0

Update dependency golangci/golangci-lint to v2.3.0 #13199

Triggered via pull request July 22, 2025 23:44
Status Failure
Total duration 1m 31s
Artifacts

lint.yml

on: pull_request
Matrix: Go Lint
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Go Lint (tests): tests/framework/ngf.go#L164
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/ngf.go#L155
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/ngf.go#L130
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/ngf.go#L87
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/ngf.go#L56
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/ngf.go#L45
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/collector.go#L60
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/collector.go#L50
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/collector.go#L31
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (tests): tests/framework/collector.go#L27
os/exec.Command must not be called. use os/exec.CommandContext (noctx)
Go Lint (.)
issues found
Go Lint (.): internal/controller/nginx/agent/grpc/grpc.go#L78
net.Listen must not be called. use (*net.ListenConfig).Listen (noctx)