Skip to content

refactor: rename test/utils -> test/internal #646

refactor: rename test/utils -> test/internal

refactor: rename test/utils -> test/internal #646

Triggered via pull request January 28, 2025 12:54
Status Failure
Total duration 3m 9s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 3 warnings
golangci-lint: test/internal/k8simported/taints/taints_test.go#L219
S1008: should use 'return t.Key == v1.TaintNodeUnschedulable' instead of 'if t.Key == v1.TaintNodeUnschedulable { return true }; return false' (gosimple)
golangci-lint: test/internal/k8simported/taints/taints_test.go#L229
S1008: should use 'return t.Effect == v1.TaintEffectNoExecute' instead of 'if t.Effect == v1.TaintEffectNoExecute { return true }; return false' (gosimple)
golangci-lint: test/internal/k8simported/taints/taints.go#L92
SA1019: sets.String is deprecated: use generic Set instead. new ways: s1 := Set[string]{} s2 := New[string]() (staticcheck)
golangci-lint: test/internal/k8simported/taints/taints.go#L116
SA1019: sets.String is deprecated: use generic Set instead. new ways: s1 := Set[string]{} s2 := New[string]() (staticcheck)
golangci-lint
Process completed with exit code 2.
format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
verify-commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636