Skip to content

golangci-lint

golangci-lint #10199

Triggered via schedule August 28, 2026 07:31
Status Failure
Total duration 3m 31s
Artifacts

golangci-lint.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint
issues found
golangci-lint: internal/cmd/controller/reconciler/cluster_controller.go#L147
SA1019: (sigs.k8s.io/controller-runtime.Result).Requeue is deprecated: Use `RequeueAfter` instead. (staticcheck)
golangci-lint: internal/cmd/controller/cleanup/controllers/controllers.go#L161
SA1019: k8s.io/client-go/util/workqueue.RateLimiter is deprecated: RateLimiter is deprecated, use TypedRateLimiter instead. (staticcheck)
golangci-lint: internal/cmd/controller/agentmanagement/controllers/controllers.go#L245
SA1019: k8s.io/client-go/util/workqueue.RateLimiter is deprecated: RateLimiter is deprecated, use TypedRateLimiter instead. (staticcheck)
golangci-lint: pkg/webhook/webhook.go#L409
stringscut: strings.SplitN call can be simplified using strings.Cut (modernize)
golangci-lint: internal/resourcestatus/resourcekey.go#L78
stringscut: strings.Split call can be simplified using strings.Cut (modernize)
golangci-lint: internal/cmd/agent/deployer/deployer_test.go#L275
errorsastype: errors.As can be simplified using AsType[*NamespaceForbiddenError] (modernize)
golangci-lint: internal/cmd/agent/deployer/deployer.go#L318
stringscut: strings.Split call can be simplified using strings.Cut (modernize)
golangci-lint: internal/bundlereader/source.go#L320
errorsastype: errors.As can be simplified using AsType[*url.Error] (modernize)
golangci-lint: internal/bundlereader/charturl.go#L204
errorsastype: errors.As can be simplified using AsType[errcode.Error] (modernize)